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/help.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/help.sh')
-rwxr-xr-x | functions/help.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/functions/help.sh b/functions/help.sh index c0d3fe6eb..0d4aa73bb 100755 --- a/functions/help.sh +++ b/functions/help.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 - Help () { Echo "%s - %s" "${PROGRAM}" "${DESCRIPTION}" |