diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-11-27 18:00:17 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-11-27 18:00:17 -0500 |
commit | 46b77a182153f303471a1ad28ab76e5953c16da1 (patch) | |
tree | 1a635a596362b75015c8c8a46148523350096ecb /.profile | |
parent | 81e5afca95e9f3f471c093c1ff2a27a00bdf2f0a (diff) |
fix typo in .profile
Diffstat (limited to '.profile')
-rw-r--r-- | .profile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ done if [ -d "$HOME/tmp" ]; then export TMPDIR="$HOME/tmp" -elif [ -d "$HOME/.prefix/tmp"]; then +elif [ -d "$HOME/.prefix/tmp" ]; then export TMPDIR="$HOME/.prefix/tmp" fi |