chiark
/
gitweb
/
~mdw
/
profile
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
bash_profile: Fix stupid missing space.
[profile]
/
bash_profile
diff --git
a/bash_profile
b/bash_profile
index 50d554272ec933740f075ecbd30bebdc56f4c60c..ca3f2a45082b7618307521bce38ab53fd8b712e1 100644
(file)
--- a/
bash_profile
+++ b/
bash_profile
@@
-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