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

index 3730fb6..fa89bca 100755 (executable)
--- a/dcp-init
+++ b/dcp-init
@@ -55,7 +55,7 @@ initbase() {
     mkdir "$td/control/update.d"
     cat >"$td/control/functions" <<EOF
 readconf() {
-    if [ -r "$HOME/.dcp-build-conf" ]; then
+    if [ -r "\$HOME/.dcp-build-conf" ]; then
         while read key val; do
             export "CONF_\$key"="\$val"
         done <"$HOME/.dcp-build-conf"