From b1bc97d4d91ca2de7690349e53581bd1805ec106 Mon Sep 17 00:00:00 2001 From: Sunil Nimmagadda Date: Wed, 30 Sep 2020 14:00:05 +0530 Subject: [PATCH] Whitespace fix. --- dnsapi/dns_nsd.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dnsapi/dns_nsd.sh b/dnsapi/dns_nsd.sh index da1868f6..9255c8b6 100644 --- a/dnsapi/dns_nsd.sh +++ b/dnsapi/dns_nsd.sh @@ -78,7 +78,7 @@ _increment_serial() { } else $6++ } - { print }' "$Nsd_ZoneFile" > "$tmpfile" || return 1 - awk '{print}' "$tmpfile" > "$Nsd_ZoneFile" + { print }' "$Nsd_ZoneFile" >"$tmpfile" || return 1 + awk '{print}' "$tmpfile" >"$Nsd_ZoneFile" rm -f "$tmpfile" }