aboutsummaryrefslogtreecommitdiff
path: root/samples/rangebox2
diff options
context:
space:
mode:
Diffstat (limited to 'samples/rangebox2')
-rwxr-xr-xsamples/rangebox26
1 files changed, 3 insertions, 3 deletions
diff --git a/samples/rangebox2 b/samples/rangebox2
index f67f02be254e..8a88dc05135a 100755
--- a/samples/rangebox2
+++ b/samples/rangebox2
@@ -1,11 +1,11 @@
#!/bin/sh
-# $Id: rangebox2,v 1.1 2012/12/05 10:28:58 tom Exp $
+# $Id: rangebox2,v 1.3 2020/11/26 00:09:12 tom Exp $
. ./setup-vars
exec 3>&1
-RESULT=`$DIALOG --title "RANGE BOX" --rangebox "Please set the volume..." 0 60 0 6 5 2>&1 1>&3`
-retval=$?
+returntext=`$DIALOG --title "RANGE BOX" --rangebox "Please set the volume..." 0 60 0 6 5 2>&1 1>&3`
+returncode=$?
exec 3>&-
. ./report-string