diff options
Diffstat (limited to 'samples/menubox11')
| -rwxr-xr-x | samples/menubox11 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/samples/menubox11 b/samples/menubox11 index 4f275226b4b4..9bd7960582c1 100755 --- a/samples/menubox11 +++ b/samples/menubox11 @@ -1,11 +1,11 @@ #!/bin/sh -# $Id: menubox11,v 1.2 2018/06/13 21:59:21 tom Exp $ +# $Id: menubox11,v 1.4 2020/11/26 00:09:12 tom Exp $ # zero-width column . ./setup-vars exec 3>&1 -RESULT=`$DIALOG --backtitle "Debian Configuration" \ +returntext=`$DIALOG --backtitle "Debian Configuration" \ --title "Configuring debconf" \ --default-item Dialog "$@" \ --menu "Packages that use debconf for configuration share a common look and feel. You can @@ -25,7 +25,7 @@ Interface to use:" 0 0 6 \ Editor "" \ Noninteractive "" \ 2>&1 1>&3` -retval=$? +returncode=$? exec 3>&- . ./report-string |
