summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
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"