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/color.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'functions/color.sh') diff --git a/functions/color.sh b/functions/color.sh index c4f874375..771fffca7 100755 --- a/functions/color.sh +++ b/functions/color.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 - NO_COLOR="" UNDERSCORE="" -- cgit v1.2.3