This commit is contained in:
Héctor Molinero Fernández 2019-09-02 21:53:52 +02:00
commit 9ca72de5d9
3 changed files with 5 additions and 5 deletions

View file

@ -7,7 +7,7 @@
set -eu
export LC_ALL=C
ENL="$(printf '\\\nx')"; ENL="${ENL%x}"
ENL=$(printf '\\\nx'); ENL=${ENL%x}
main() {
hosts="${1:-/etc/hosts}"