From: Alexander Barton Date: Mon, 6 Jul 2009 18:39:27 +0000 (+0200) Subject: Make sure TMPDIR is initialized to the empty string X-Git-Tag: rel-0-2-1~1 X-Git-Url: https://arthur.barton.de/gitweb/?p=pt.git;a=commitdiff_plain;h=da22c354d891d13dda603bd2512cc8e050ba0b31 Make sure TMPDIR is initialized to the empty string --- diff --git a/bin/pt b/bin/pt index 303069d..785391f 100755 --- a/bin/pt +++ b/bin/pt @@ -22,6 +22,8 @@ DEBUG= UPGRADE_REMOVE_INACTIVE=1 CLEAN_WORKDIR=1 +TMPDIR= + declare -i WIDTH=${COLUMNS:-80} LINE="-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------"