From 34d263c807bb677aab7c0a7d39c87d45f3fdef87 Mon Sep 17 00:00:00 2001 From: parazyd Date: Thu, 12 Mar 2020 10:13:11 +0100 Subject: [PATCH] Simplify conf_print_hosts(). --- zlibs/sysconf | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) 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 <