diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-02-26 09:05:35 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-02-26 09:05:35 +0000 |
| commit | 01b7bcd408fd9e9dc9088b1df5761fcc0971d7e1 (patch) | |
| tree | 593f2e62b1846058a020ffcecb0ef93eb7ac2153 /samples/yesno2 | |
| parent | 4dccdce4191d6e2bc3ba9f782b0fe1aa46b743e3 (diff) | |
Diffstat (limited to 'samples/yesno2')
| -rwxr-xr-x | samples/yesno2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/yesno2 b/samples/yesno2 index d022352e6308..ba4e7f4e0fc2 100755 --- a/samples/yesno2 +++ b/samples/yesno2 @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: yesno2,v 1.7 2010/01/13 10:40:39 tom Exp $ +# $Id: yesno2,v 1.8 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 |
