|
|
run_gs=0 | run_gs=0 |
# What action to perform: fixps, cat, check, and gs | # What action to perform: fixps, cat, check, and gs |
task=fixps | task=fixps |
tmpdir=/tmp/$program.$$ |
tmpdir=`mktemp -d -t fixps.XXXXXX` || { echo "$program: Cannot create temporary dir!" >&2 ; exit 1; } |
verbose=echo | verbose=echo |
| |
# The version/usage strings | # The version/usage strings |
|
|
trap "/bin/rm -rf $tmpdir" 0 1 2 3 13 15 | trap "/bin/rm -rf $tmpdir" 0 1 2 3 13 15 |
fi | fi |
| |
mkdir $tmpdir |
|
fixps_sed=$tmpdir/fixps.sed | fixps_sed=$tmpdir/fixps.sed |
| |
# If printing from stdin, save into a tmp file | # If printing from stdin, save into a tmp file |