From ca8ae79915bb9c891e2f6b5a3094ebfd3303442b Mon Sep 17 00:00:00 2001 From: intrigeri Date: Tue, 29 Nov 2005 10:07:59 +0000 Subject: [PATCH] r3551@krups: intrigeri | 2005-11-15 00:47:57 +0100 Fix formDisplay to reset $REPLY as it should. --- handlers/easydialog.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/handlers/easydialog.sh b/handlers/easydialog.sh index ff3659f..bb7e8e3 100644 --- a/handlers/easydialog.sh +++ b/handlers/easydialog.sh @@ -244,6 +244,7 @@ formDisplay() { ) | xargs $DIALOG 2> $temp local status=$? + REPLY= if [ $status = 0 ]; then IFS=$'' REPLY=`cat $temp` -- 2.30.2