diff options
-rw-r--r-- | handlers/easydialog.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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` |