summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-11-27 18:00:17 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-11-27 18:00:17 -0500
commit46b77a182153f303471a1ad28ab76e5953c16da1 (patch)
tree1a635a596362b75015c8c8a46148523350096ecb
parent81e5afca95e9f3f471c093c1ff2a27a00bdf2f0a (diff)
fix typo in .profile
-rw-r--r--.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.profile b/.profile
index 0bb55ca..499af90 100644
--- a/.profile
+++ b/.profile
@@ -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