]> git.dolda2000.com Git - dcp.git/commitdiff
Fixed typo.
authorFredrik Tolf <fredrik@dolda2000.com>
Sun, 27 Jan 2008 20:32:58 +0000 (21:32 +0100)
committerFredrik Tolf <fredrik@dolda2000.com>
Sun, 27 Jan 2008 20:32:58 +0000 (21:32 +0100)
dcp-init

index fa89bcaef9f25d1cd64a77a5edd996014d7d3491..38f04598d16e158c5c6ec79ede2081d34bc43de5 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"