chiark
/
gitweb
/
~mdw
/
newsgate
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f56d712
)
defs: Include my own bin directory on the path.
author
Mark Wooding
<mdw@distorted.org.uk>
Thu, 2 Mar 2006 02:05:27 +0000
(
02:05
+0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Thu, 2 Mar 2006 02:05:27 +0000
(
02:05
+0000)
defs
patch
|
blob
|
blame
|
history
diff --git
a/defs
b/defs
index 6cd62867e57dff915f5dc03c30da708baa43905c..b7ac630d6c6dcb59ef20be5e060b5b714c240a2d 100644
(file)
--- a/
defs
+++ b/
defs
@@
-4,7
+4,7
@@
NEWS=/usr/lib/news
QMAIL=/var/qmail
-PATH=$NEWS/bin:$QMAIL/bin:$PATH
+PATH=$NEWS/bin:$QMAIL/bin:$
HOME/bin:$
PATH
export PATH
bad () { echo >&2 "newsgate: fatal: $@"; exit 100; }