diff options
Diffstat (limited to 'testing2x')
-rwxr-xr-x | testing2x | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ case "$0" in arch="i686" ;; esac -WORKDIR="/home/tmp/testing2x.$UID" +WORKDIR="$TMPDIR/testing2x.$UID" cleanup() { rm -rf "${WORKDIR}" |