diff options
Diffstat (limited to 'samples/yesno3')
| -rwxr-xr-x | samples/yesno3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/yesno3 b/samples/yesno3 index f67fb85b600f..336c41c90670 100755 --- a/samples/yesno3 +++ b/samples/yesno3 @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: yesno3,v 1.6 2010/01/13 10:40:39 tom Exp $ +# $Id: yesno3,v 1.7 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." 0 0 -retval=$? +returncode=$? . ./report-yesno |
