diff options
Diffstat (limited to 'samples/yesno-utf8')
| -rwxr-xr-x | samples/yesno-utf8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/yesno-utf8 b/samples/yesno-utf8 index 4a6be30eb801..a10eba7605bc 100755 --- a/samples/yesno-utf8 +++ b/samples/yesno-utf8 @@ -1,5 +1,5 @@ #! /bin/sh -# $Id: yesno-utf8,v 1.7 2010/01/14 01:11:23 tom Exp $ +# $Id: yesno-utf8,v 1.8 2020/11/26 00:05:52 tom Exp $ . ./setup-vars @@ -9,6 +9,6 @@ DIALOG_ERROR=254 export DIALOG_ERROR $DIALOG "$@" --yesno "Are you a DOG?" 0 0 -retval=$? +returncode=$? . ./report-yesno |
