diff options
author | Daniel Baumann <daniel@debian.org> | 2008-10-29 09:25:54 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:43 +0100 |
commit | 37d2fb4b0f5ac4c92ca589ab46d567f06551971f (patch) | |
tree | 94fb71fa184792fa2a14aa709de6c54c09655002 /functions/templates.sh | |
parent | 1c1e7db6c44d639fd51ee23061087c7d14b6ef6b (diff) | |
download | vyos-live-build-37d2fb4b0f5ac4c92ca589ab46d567f06551971f.tar.gz vyos-live-build-37d2fb4b0f5ac4c92ca589ab46d567f06551971f.zip |
Don't use set -e in sourced functions, this is the job of the actual executed script.
Diffstat (limited to 'functions/templates.sh')
-rwxr-xr-x | functions/templates.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/functions/templates.sh b/functions/templates.sh index 8f67a6629..303b68927 100755 --- a/functions/templates.sh +++ b/functions/templates.sh @@ -7,8 +7,6 @@ # This is free software, and you are welcome to redistribute it # under certain conditions; see COPYING for details. -set -e - Check_templates () { PACKAGE="${1}" |