chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
97b8239
)
bash_profile: Fix stupid missing space.
author
Mark Wooding
<mdw@distorted.org.uk>
Thu, 16 Mar 2006 20:03:25 +0000
(20:03 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Thu, 16 Mar 2006 20:03:25 +0000
(20:03 +0000)
Somewhere, the space in the TMPDIR test went missing. Nobody notices,
because nobody sets TMPDIR, obviously.
bash_profile
patch
|
blob
|
blame
|
history
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"
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
export TMP=$TMPDIR
export PERL_READLINE_NOWARN=yes