diff options
Diffstat (limited to 'samples/msgbox')
| -rwxr-xr-x | samples/msgbox | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/msgbox b/samples/msgbox index adc204e11f73..7196e334166d 100755 --- a/samples/msgbox +++ b/samples/msgbox @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: msgbox,v 1.7 2010/01/13 10:35:13 tom Exp $ +# $Id: msgbox,v 1.8 2020/11/26 00:03:58 tom Exp $ . ./setup-vars @@ -8,6 +8,6 @@ $DIALOG --title "MESSAGE BOX" --clear "$@" \ display any message you like. The box will remain until \ you press the ENTER key." 10 41 -retval=$? +returncode=$? . ./report-button |
