diff --git a/scripts/jw-pkg b/scripts/jw-pkg index dfe51c91..02fe1d7f 100644 --- a/scripts/jw-pkg +++ b/scripts/jw-pkg @@ -339,6 +339,7 @@ cmd_compile_templates() local owner=$default_owner local group=$default_group local diff="" + eval `sed "/$conf_patt/ !d; s/$conf_patt//" $f` eval `sed "/$conf_patt/ !d; s/$conf_patt//" $table` sed 's|^[ ]*#.*||; s|/|\\/|g; s|\([^ =]\+\)[ =]\+\(.*\)|s/\1/\2/g|' $table | sed -f - $f > $tmp chmod $mode $tmp