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/calendar2-stdout | |
| parent | 4dccdce4191d6e2bc3ba9f782b0fe1aa46b743e3 (diff) | |
Diffstat (limited to 'samples/calendar2-stdout')
| -rwxr-xr-x | samples/calendar2-stdout | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/samples/calendar2-stdout b/samples/calendar2-stdout index af731d9d2265..34b370f7ee0e 100755 --- a/samples/calendar2-stdout +++ b/samples/calendar2-stdout @@ -1,9 +1,9 @@ #!/bin/sh -# $Id: calendar2-stdout,v 1.6 2010/01/13 10:20:03 tom Exp $ +# $Id: calendar2-stdout,v 1.8 2020/11/26 00:09:12 tom Exp $ . ./setup-vars -RESULT=`$DIALOG --stdout --title "CALENDAR" "$@" --calendar "Please choose a date..." 0 0` -retval=$? +returntext=`$DIALOG --stdout --title "CALENDAR" "$@" --calendar "Please choose a date..." 0 0` +returncode=$? . ./report-string |
