3 # --- T2-COPYRIGHT-NOTE-BEGIN ---
4 # T2 SDE: package/*/ifhp/dummy_gs.sh
5 # Copyright (C) 2004 - 2022 The T2 SDE Project
6 # Copyright (C) 1998 - 2003 ROCK Linux Project
8 # This Copyright note is generated by scripts/Create-CopyPatch,
9 # more information can be found in the files COPYING and README.
11 # This program is free software; you can redistribute it and/or modify
12 # it under the terms of the GNU General Public License version 2.
13 # --- T2-COPYRIGHT-NOTE-END ---
16 if [ "${x%=*}" = "-sOutputFile" ]; then
17 if [ "${x#*=}" = "-" ]; then echo "XXX"
18 else echo "XXX" > "${x#*=}"; fi