commit c353c6517b41b575fd3f9530467d9a12ec80a2eb from: Omar Polo date: Fri Sep 30 13:51:10 2022 UTC fix quoting when overriding the default conf/user/socket commit - f267a4befa8df8111c313f4ca57dfd39eb69a24e commit + c353c6517b41b575fd3f9530467d9a12ec80a2eb blob - eb08a267a79ff6bdd8d6b40b52e2bd437bd72d27 blob + 6e57a59fc028d3ab57fb21397dbc651bf16038c3 --- configure +++ configure @@ -121,9 +121,9 @@ echo "running configure for \`template':" >&2 echo "returning to the configure for \`galileo':" >&2 CFLAGS="${CFLAGS} -I. -Itemplate" -test -n "$conf" && CFLAGS="${CFLAGS} -DGALILEO_CONF=\"$conf\"" -test -n "$user" && CFLAGS="${CFLAGS} -DGALILEO_USER=\"$user\"" -test -n "$sock" && CFLAGS="${CFLAGS} -DGALILEO_SOCK=\"$conf\"" +test -n "$conf" && CFLAGS="${CFLAGS} -DGALILEO_CONF=\"\\\"$conf\\\"\"" +test -n "$user" && CFLAGS="${CFLAGS} -DGALILEO_USER=\"\\\"$user\\\"\"" +test -n "$sock" && CFLAGS="${CFLAGS} -DGALILEO_SOCK=\"\\\"$conf\\\"\"" [ -w config.log ] && mv config.log config.log.old