projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
888688b
)
making the special TMP more specific to the user.
author
Chris Koeritz
<fred@gruntose.com>
Tue, 10 Apr 2012 23:47:11 +0000
(19:47 -0400)
committer
Chris Koeritz
<fred@gruntose.com>
Tue, 10 Apr 2012 23:47:11 +0000
(19:47 -0400)
scripts/rev_control/rev_control.sh
patch
|
blob
|
history
diff --git
a/scripts/rev_control/rev_control.sh
b/scripts/rev_control/rev_control.sh
index 6f4a1b41bfd6bdd0432ca1836fc5308184f644d2..f809f5f1513de993e598210f18a47eb83e949fa6 100644
(file)
--- 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