Dolda2000 GitWeb
/
dcp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad9aaa9
)
Fixed typo.
author
Fredrik Tolf
<fredrik@dolda2000.com>
Sun, 27 Jan 2008 20:32:58 +0000
(21:32 +0100)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Sun, 27 Jan 2008 20:32:58 +0000
(21:32 +0100)
dcp-init
patch
|
blob
|
blame
|
history
diff --git
a/dcp-init
b/dcp-init
index
fa89bca
..
38f0459
100755
(executable)
--- a/
dcp-init
+++ b/
dcp-init
@@
-58,7
+58,7
@@
readconf() {
if [ -r "\$HOME/.dcp-build-conf" ]; then
while read key val; do
export "CONF_\$key"="\$val"
- done <"$HOME/.dcp-build-conf"
+ done <"
\
$HOME/.dcp-build-conf"
fi
while read key val; do
export "CONF_\$key"="\$val"