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/cursor.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'functions/cursor.sh') diff --git a/functions/cursor.sh b/functions/cursor.sh index 44c2a6713..831def233 100755 --- a/functions/cursor.sh +++ b/functions/cursor.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 - Cursor_goto_position () { __LINE="${1}" -- cgit v1.2.3