diff options
Diffstat (limited to 'samples/yesno4')
| -rwxr-xr-x | samples/yesno4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/yesno4 b/samples/yesno4 index 99f65e86125e..4c54160d0043 100755 --- a/samples/yesno4 +++ b/samples/yesno4 @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: yesno4,v 1.1 2010/01/14 10:26:40 tom Exp $ +# $Id: yesno4,v 1.2 2020/11/26 00:05:52 tom Exp $ . ./setup-vars @@ -13,6 +13,6 @@ also control line breaking explicitly by inserting \ auto wrap around will be disabled and you will have to \ control line breaking yourself." 6 30 -retval=$? +returncode=$? . ./report-yesno |
