diff options
Diffstat (limited to 'samples/calendar-stdout')
| -rwxr-xr-x | samples/calendar-stdout | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/samples/calendar-stdout b/samples/calendar-stdout index 5dbbbce9d052..107a8e365161 100755 --- a/samples/calendar-stdout +++ b/samples/calendar-stdout @@ -1,9 +1,9 @@ #!/bin/sh -# $Id: calendar-stdout,v 1.6 2010/01/13 10:20:03 tom Exp $ +# $Id: calendar-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 7 7 1981` -retval=$? +returntext=`$DIALOG --stdout --title "CALENDAR" "$@" --calendar "Please choose a date..." 0 0 7 7 1981` +returncode=$? . ./report-string |
