chiark / gitweb /
bash_profile: Fix stupid missing space.
[profile] / bash_profile
index 50d554272ec933740f075ecbd30bebdc56f4c60c..ca3f2a45082b7618307521bce38ab53fd8b712e1 100644 (file)
@@ -141,7 +141,7 @@ export LESS="-iqgRh1"
 export LESSOPEN="|lesspipe.sh %s"
 export LESSCHARSET=latin1
 # export MAKEFLAGS="-j4"
-[ "$TMPDIR"] || eval `tmpdir -b`
+[ "$TMPDIR" ] || eval `tmpdir -b`
 export TMP=$TMPDIR
 export PERL_READLINE_NOWARN=yes