From: Chris Koeritz Date: Tue, 10 Apr 2012 23:47:11 +0000 (-0400) Subject: making the special TMP more specific to the user. X-Git-Tag: 2.140.90~1429 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=01ea4febc2ebc69c8e8ea4738a9bf9822a1aaa69;p=feisty_meow.git making the special TMP more specific to the user. --- diff --git a/scripts/rev_control/rev_control.sh b/scripts/rev_control/rev_control.sh index 6f4a1b41..f809f5f1 100644 --- a/scripts/rev_control/rev_control.sh +++ b/scripts/rev_control/rev_control.sh @@ -7,7 +7,7 @@ # is a DOS path, but we need it to be a DOS path for our XSEDE testing, so that blows. # to get past this, TMP gets changed below to a hopefully generic and safe place. -export TMP=/tmp/rev_control +export TMP=/tmp/rev_control_$USER if [ ! -d "$TMP" ]; then mkdir $TMP fi