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/menubox | |
| parent | 4dccdce4191d6e2bc3ba9f782b0fe1aa46b743e3 (diff) | |
Diffstat (limited to 'samples/menubox')
| -rwxr-xr-x | samples/menubox | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/samples/menubox b/samples/menubox index 0cea3bb00006..4a0118dc13f6 100755 --- a/samples/menubox +++ b/samples/menubox @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: menubox,v 1.11 2010/01/13 10:20:03 tom Exp $ +# $Id: menubox,v 1.13 2020/11/26 00:03:58 tom Exp $ . ./setup-vars @@ -19,9 +19,9 @@ Try it now!\n\n\ "NetBSD" "Another free Unix Clone for 386/486" \ "OS/2" "IBM OS/2" \ "WIN NT" "Microsoft Windows NT" \ - "PCDOS" "IBM PC DOS" \ - "MSDOS" "Microsoft DOS" 2> $tempfile + "PC-DOS" "IBM PC DOS" \ + "MS-DOS" "Microsoft DOS" 2> $tempfile -retval=$? +returncode=$? . ./report-tempfile |
