Allow unbound variables like "$1"

This commit is contained in:
James Shubin
2016-02-02 05:00:41 -05:00
parent 4cb76d3347
commit 925811984e

View File

@@ -3,7 +3,6 @@
# NOTE: this will rm -rf /tmp/mgmt/ # NOTE: this will rm -rf /tmp/mgmt/
set -o errexit set -o errexit
set -o nounset
set -o pipefail set -o pipefail
LINE=$(printf '=%.0s' `seq -s ' ' $(tput cols)`) # a terminal width string LINE=$(printf '=%.0s' `seq -s ' ' $(tput cols)`) # a terminal width string