summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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