diff options
Diffstat (limited to 'samples/rangebox4')
| -rwxr-xr-x | samples/rangebox4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/samples/rangebox4 b/samples/rangebox4 index b8b68c2c661c..0e05e9210f4b 100755 --- a/samples/rangebox4 +++ b/samples/rangebox4 @@ -1,11 +1,11 @@ #!/bin/sh -# $Id: rangebox4,v 1.1 2012/12/05 11:54:04 tom Exp $ +# $Id: rangebox4,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 10 100 5 2>&1 1>&3` -retval=$? +returntext=`$DIALOG --title "RANGE BOX" --rangebox "Please set the volume..." 0 60 10 100 5 2>&1 1>&3` +returncode=$? exec 3>&- . ./report-string |
