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/psmandup.in.orig (-2 / +1 lines)
Lines 36-42 Link Here
36
message=
36
message=
37
psselect=${PSSELECT:-psselect}
37
psselect=${PSSELECT:-psselect}
38
psset=${PSSET:-psset}
38
psset=${PSSET:-psset}
39
tmpdir=/tmp/$program.$$
39
tmpdir=`mktemp -d -t fixps.XXXXXX` || { echo "$program: Cannot create temporary dir!" >&2 ; exit 1; }
40
40
41
# These two must be kept in synch.  They are opposed.
41
# These two must be kept in synch.  They are opposed.
42
verbose=echo
42
verbose=echo
Lines 185-191 Link Here
185
  trap "/bin/rm -rf $tmpdir" 0 1 2 3 13 15
185
  trap "/bin/rm -rf $tmpdir" 0 1 2 3 13 15
186
fi
186
fi
187
187
188
mkdir $tmpdir
189
188
190
# If printing from stdin, save into a tmp file
189
# If printing from stdin, save into a tmp file
191
if test $file = '-'; then
190
if test $file = '-'; then

Return to bug 75784