From 386fa7585060312c7ecd399c3b9f0e2bc73a02cd 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. git-svn-id: http://code.autistici.org/svn/backupninja/trunk@235 758a04ac-41e6-0310-8a23-8373a73cc35d --- 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