Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 75784 | Differences between
and this patch

Collapse All | Expand All

(-)contrib/fixps.in.orig (-2 / +1 lines)
Lines 38-44 Link Here
38
run_gs=0
38
run_gs=0
39
# What action to perform: fixps, cat, check, and gs
39
# What action to perform: fixps, cat, check, and gs
40
task=fixps
40
task=fixps
41
tmpdir=/tmp/$program.$$
41
tmpdir=`mktemp -d -t fixps.XXXXXX` || { echo "$program: Cannot create temporary dir!" >&2 ; exit 1; }
42
verbose=echo
42
verbose=echo
43
43
44
# The version/usage strings
44
# The version/usage strings
Lines 191-197 Link Here
191
  trap "/bin/rm -rf $tmpdir" 0 1 2 3 13 15
191
  trap "/bin/rm -rf $tmpdir" 0 1 2 3 13 15
192
fi
192
fi
193
193
194
mkdir $tmpdir
195
fixps_sed=$tmpdir/fixps.sed
194
fixps_sed=$tmpdir/fixps.sed
196
195
197
# If printing from stdin, save into a tmp file
196
# If printing from stdin, save into a tmp file

Return to bug 75784