style: Quote variables (#565)

This commit is contained in:
Kroese
2024-01-14 16:01:15 +01:00
committed by GitHub
parent 893a013ae9
commit 1fc9c56c8f
8 changed files with 43 additions and 43 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -Eeuo pipefail
: "${DHCP:='N'}"
: "${DHCP:="N"}"
info () { printf "%b%s%b" "\E[1;34m \E[1;36m" "$1" "\E[0m\n" >&2; }
error () { printf "%b%s%b" "\E[1;31m " "ERROR: $1" "\E[0m\n" >&2; }