aboutsummaryrefslogtreecommitdiff
path: root/samples/timebox2
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2021-02-26 09:05:35 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2021-02-26 09:05:35 +0000
commit01b7bcd408fd9e9dc9088b1df5761fcc0971d7e1 (patch)
tree593f2e62b1846058a020ffcecb0ef93eb7ac2153 /samples/timebox2
parent4dccdce4191d6e2bc3ba9f782b0fe1aa46b743e3 (diff)
Diffstat (limited to 'samples/timebox2')
-rwxr-xr-xsamples/timebox26
1 files changed, 3 insertions, 3 deletions
diff --git a/samples/timebox2 b/samples/timebox2
index 088acdff39b8..f734421b1cc4 100755
--- a/samples/timebox2
+++ b/samples/timebox2
@@ -1,11 +1,11 @@
#!/bin/sh
-# $Id: timebox2,v 1.7 2010/01/13 10:37:35 tom Exp $
+# $Id: timebox2,v 1.9 2020/11/26 00:09:31 tom Exp $
. ./setup-vars
exec 3>&1
-RESULT=`$DIALOG --title "TIMEBOX" "$@" --timebox "Please set the time..." 0 0 2>&1 1>&3`
-retval=$?
+returntext=`$DIALOG --title "TIMEBOX" "$@" --timebox "Please set the time..." 0 0 2>&1 1>&3`
+returncode=$?
exec 3>&-
. ./report-string