diff options
Diffstat (limited to 'samples/timebox2-stdout')
| -rwxr-xr-x | samples/timebox2-stdout | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/samples/timebox2-stdout b/samples/timebox2-stdout index 922921fc2e2a..71a4fa443814 100755 --- a/samples/timebox2-stdout +++ b/samples/timebox2-stdout @@ -1,10 +1,10 @@ #!/bin/sh -# $Id: timebox2-stdout,v 1.5 2010/01/13 10:37:55 tom Exp $ +# $Id: timebox2-stdout,v 1.7 2020/11/26 00:09:31 tom Exp $ . ./setup-vars -RESULT=`$DIALOG --stdout --title "TIMEBOX" "$@" --timebox "Please set the time..." 0 0` +returntext=`$DIALOG --stdout --title "TIMEBOX" "$@" --timebox "Please set the time..." 0 0` -retval=$? +returncode=$? . ./report-string |
