From da22c354d891d13dda603bd2512cc8e050ba0b31 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Mon, 6 Jul 2009 20:39:27 +0200 Subject: [PATCH] Make sure TMPDIR is initialized to the empty string --- bin/pt | 2 ++ 1 file changed, 2 insertions(+) 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="-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------" -- 2.39.2