Skip to content
Snippets Groups Projects
Commit ca8ae799 authored by intrigeri's avatar intrigeri
Browse files

r3551@krups: intrigeri | 2005-11-15 00:47:57 +0100

 Fix formDisplay to reset $REPLY as it should.
parent ba5c0f47
No related branches found
No related tags found
No related merge requests found
......@@ -244,6 +244,7 @@ formDisplay() {
) | xargs $DIALOG 2> $temp
local status=$?
REPLY=
if [ $status = 0 ]; then
IFS=$''
REPLY=`cat $temp`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment