diff options
author | intrigeri <intrigeri@boum.org> | 2005-11-29 10:07:59 +0000 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2005-11-29 10:07:59 +0000 |
commit | ca8ae79915bb9c891e2f6b5a3094ebfd3303442b (patch) | |
tree | 6f94d4feaa88f787d959b50b32ca50939799bbd4 /handlers/easydialog.sh | |
parent | ba5c0f47d1827689a83c14c868de86c554cce567 (diff) | |
download | backupninja-ca8ae79915bb9c891e2f6b5a3094ebfd3303442b.tar.gz backupninja-ca8ae79915bb9c891e2f6b5a3094ebfd3303442b.tar.bz2 |
r3551@krups: intrigeri | 2005-11-15 00:47:57 +0100
Fix formDisplay to reset $REPLY as it should.
Diffstat (limited to 'handlers/easydialog.sh')
-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` |