aboutsummaryrefslogtreecommitdiff
path: root/samples/calendar3
diff options
context:
space:
mode:
Diffstat (limited to 'samples/calendar3')
-rwxr-xr-xsamples/calendar36
1 files changed, 3 insertions, 3 deletions
diff --git a/samples/calendar3 b/samples/calendar3
index aece69ceb4fe..a6efd575eb53 100755
--- a/samples/calendar3
+++ b/samples/calendar3
@@ -1,11 +1,11 @@
#!/bin/sh
-# $Id: calendar3,v 1.9 2010/01/13 10:20:03 tom Exp $
+# $Id: calendar3,v 1.11 2020/11/26 00:09:12 tom Exp $
. ./setup-vars
exec 3>&1
-RESULT=`$DIALOG --extra-button --extra-label "Hold" --help-button --title "CALENDAR" "$@" --calendar "Please choose a date..." 0 0 7 7 1981 2>&1 1>&3`
-retval=$?
+returntext=`$DIALOG --extra-button --extra-label "Hold" --help-button --title "CALENDAR" "$@" --calendar "Please choose a date..." 0 0 7 7 1981 2>&1 1>&3`
+returncode=$?
exec 3>&-
. ./report-string