summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-11-13 14:46:29 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-11-13 14:46:29 -0500
commitfa0728204665d9d985f212826be65a563312e7e6 (patch)
treebae0e37ced5d7330a58676b80a095ed4b0b8fda4 /.profile
parentfb00140ca8a60a043b0ed83084e2491af1709200 (diff)
oops, `[' needs whitespace before `]'
Diffstat (limited to '.profile')
-rw-r--r--.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.profile b/.profile
index 004b7a2..bc03469 100644
--- a/.profile
+++ b/.profile
@@ -16,7 +16,7 @@ for dir in $bins; do
fi
done
-if [ -d "$HOME/tmp"]; then
+if [ -d "$HOME/tmp" ]; then
export TMPDIR="$HOME/tmp"
elif [ -d "$HOME/.prefix/tmp"]; then
export TMPDIR="$HOME/.prefix/tmp"