diff --git a/zlibs/sysconf b/zlibs/sysconf index 1f9ccbf..bde6ed1 100644 --- a/zlibs/sysconf +++ b/zlibs/sysconf @@ -41,7 +41,7 @@ conf_print_hostname() { req=(os) ckreq || return 1 - print $os + print "$os" } conf_print_hosts() { @@ -50,12 +50,8 @@ conf_print_hosts() { ckreq || return 1 cat <