Whitespace fix.
This commit is contained in:
parent
c435977dc7
commit
b1bc97d4d9
@ -78,7 +78,7 @@ _increment_serial() {
|
|||||||
} else
|
} else
|
||||||
$6++
|
$6++
|
||||||
}
|
}
|
||||||
{ print }' "$Nsd_ZoneFile" > "$tmpfile" || return 1
|
{ print }' "$Nsd_ZoneFile" >"$tmpfile" || return 1
|
||||||
awk '{print}' "$tmpfile" > "$Nsd_ZoneFile"
|
awk '{print}' "$tmpfile" >"$Nsd_ZoneFile"
|
||||||
rm -f "$tmpfile"
|
rm -f "$tmpfile"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user