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