diff options
Diffstat (limited to 'samples/pause-both')
| -rwxr-xr-x | samples/pause-both | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/samples/pause-both b/samples/pause-both index aa729361497a..5e7564f58578 100755 --- a/samples/pause-both +++ b/samples/pause-both @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: pause-both,v 1.1 2011/01/18 09:49:24 tom Exp $ +# $Id: pause-both,v 1.2 2020/11/26 00:05:11 tom Exp $ . ./setup-vars @@ -8,7 +8,7 @@ $DIALOG --title "PAUSE" \ --extra-button "$@" \ --pause "Hi, this is a pause widget" 20 70 10 -retval=$? -echo return $retval +returncode=$? +echo return $returncode . ./report-button |
