This website works better with JavaScript.
Home
Explore
Help
Sign In
10sr
/
dotfiles-mirror
mirror of
https://github.com/10sr/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Avoid re-override of TMP ENVVAL
pull/15/head
10sr
9 years ago
parent
1847f303c4
commit
1b0110baea
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
profile
+ 1
- 1
profile
View File
@@ -108,7 +108,7 @@ then
export TMP=/tmp
fi
fi
export TMP="${TMP}/${USER}-tmp"
expr "$TMP" : ".*$USER-tmp" ||
export TMP="${TMP}/${USER}-tmp"
export TEMP=$TMP
export TMPDIR=$TMP
test -d "$TMP" || mkdir -p "$TMP"
Write
Preview
Loading…
Cancel
Save