Merge remote-tracking branch 'origin/pr/5'

* origin/pr/5:
  example fix 'bug, not using errtrace when using VERBOSE'

qubesos/qubes-issues#1088
pull/1/head mm_713726a5
Marek Marczykowski-Górecki 9 years ago
commit 713726a5a9
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

@ -1,5 +1,9 @@
#!/bin/sh
if [ "$VERBOSE" -ge 2 -o "$DEBUG" == "1" ]; then
set -x
fi
# ------------------------------------------------------------------------------
# Configurations and Conditionals
# ------------------------------------------------------------------------------
@ -10,11 +14,7 @@ export LC_ALL=POSIX
. ./builder_setup >/dev/null
. ./umount_kill.sh >/dev/null
if [ "$VERBOSE" -ge 2 -o "$DEBUG" == "1" ]; then
set -x
else
set -e
fi
set -e
if [ $# -eq 0 ]; then
echo "usage $0 <clean_image_file> <template_name>"

Loading…
Cancel
Save