summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Davis <jrcd83@gmail.com>2012-06-06 04:14:12 +0200
committerJustin Davis <jrcd83@gmail.com>2012-06-06 04:14:12 +0200
commit6ac93dbe18f100283b5968f35da153f1a51a8f24 (patch)
tree2cd96fe35c49e21877e3fd763839d47ef742b42f
parent8d518c625c9827f38adbeda6e910e74349d91a75 (diff)
downloadgenpkg-6ac93dbe18f100283b5968f35da153f1a51a8f24.tar.gz
genpkg-6ac93dbe18f100283b5968f35da153f1a51a8f24.tar.xz
Remove old unused tmp var from prepkg.
-rwxr-xr-xbin/prepkg1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/prepkg b/bin/prepkg
index 0b456d8..2fa387a 100755
--- a/bin/prepkg
+++ b/bin/prepkg
@@ -31,7 +31,6 @@ case "$PREPSPATH" in
'') err "set PREPSPATH before calling $prog"
esac
-tmp="/tmp/$prog.$$"
for flav in "$PREPSPATH"/*
do
pkgname="$1"