From 37d2fb4b0f5ac4c92ca589ab46d567f06551971f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 29 Oct 2008 09:25:54 +0100 Subject: Don't use set -e in sourced functions, this is the job of the actual executed script. --- functions/common.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'functions/common.sh') 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" -- cgit v1.2.3