diff options
Diffstat (limited to 'samples/msgbox-help')
| -rwxr-xr-x | samples/msgbox-help | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/msgbox-help b/samples/msgbox-help index 3825f6b9819f..8f46b7ca7a4a 100755 --- a/samples/msgbox-help +++ b/samples/msgbox-help @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: msgbox-help,v 1.6 2010/01/13 10:53:11 tom Exp $ +# $Id: msgbox-help,v 1.7 2020/11/26 00:03:58 tom Exp $ . ./setup-vars @@ -9,6 +9,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 |
