diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-02-26 09:05:35 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-02-26 09:05:35 +0000 |
| commit | 01b7bcd408fd9e9dc9088b1df5761fcc0971d7e1 (patch) | |
| tree | 593f2e62b1846058a020ffcecb0ef93eb7ac2153 /samples/timebox-stdout | |
| parent | 4dccdce4191d6e2bc3ba9f782b0fe1aa46b743e3 (diff) | |
Diffstat (limited to 'samples/timebox-stdout')
| -rwxr-xr-x | samples/timebox-stdout | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/samples/timebox-stdout b/samples/timebox-stdout index 10a00262bbd4..4ed0d9a23da7 100755 --- a/samples/timebox-stdout +++ b/samples/timebox-stdout @@ -1,10 +1,10 @@ #!/bin/sh -# $Id: timebox-stdout,v 1.5 2010/01/13 10:37:19 tom Exp $ +# $Id: timebox-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 12 34 56` +returntext=`$DIALOG --stdout --title "TIMEBOX" "$@" --timebox "Please set the time..." 0 0 12 34 56` -retval=$? +returncode=$? . ./report-string |
