From 01ea4febc2ebc69c8e8ea4738a9bf9822a1aaa69 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Tue, 10 Apr 2012 19:47:11 -0400 Subject: [PATCH] making the special TMP more specific to the user. --- scripts/rev_control/rev_control.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1