diff options
Diffstat (limited to 'functions/common.sh')
-rwxr-xr-x | functions/common.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/functions/common.sh b/functions/common.sh index b99b1a3e9..3cd570731 100755 --- a/functions/common.sh +++ b/functions/common.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 - PROGRAM="$(basename ${0})" VERSION="1.0.1" |