Fixed typo.
[dcp.git] / dcp-init
index 3730fb6..38f0459 100755 (executable)
--- a/dcp-init
+++ b/dcp-init
@@ -55,10 +55,10 @@ 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"
+        done <"\$HOME/.dcp-build-conf"
     fi
     while read key val; do
         export "CONF_\$key"="\$val"