diff options
Diffstat (limited to 'samples/pause-help')
| -rwxr-xr-x | samples/pause-help | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/pause-help b/samples/pause-help index 2d3656e71963..6d45753da520 100755 --- a/samples/pause-help +++ b/samples/pause-help @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: pause-help,v 1.5 2010/01/13 10:36:00 tom Exp $ +# $Id: pause-help,v 1.6 2020/11/26 00:05:11 tom Exp $ . ./setup-vars @@ -7,6 +7,6 @@ $DIALOG --title "PAUSE" \ --help-button "$@" \ --pause "Hi, this is a pause widget" 20 70 10 -retval=$? +returncode=$? . ./report-button |
