diff options
Diffstat (limited to 'samples/yesno-both')
| -rwxr-xr-x | samples/yesno-both | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/yesno-both b/samples/yesno-both index a408bdba4b54..b2cb504167ef 100755 --- a/samples/yesno-both +++ b/samples/yesno-both @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: yesno-both,v 1.5 2010/01/13 10:40:39 tom Exp $ +# $Id: yesno-both,v 1.6 2020/11/26 00:05:52 tom Exp $ . ./setup-vars @@ -19,6 +19,6 @@ $DIALOG --title "YES/NO/MAYBE BOX" \ auto wrap around will be disabled and you will have to \ control line breaking yourself." 15 61 -retval=$? +returncode=$? . ./report-yesno |
