summaryrefslogtreecommitdiff
path: root/samples/menubox3
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2021-02-26 09:05:35 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2021-02-26 09:05:35 +0000
commit01b7bcd408fd9e9dc9088b1df5761fcc0971d7e1 (patch)
tree593f2e62b1846058a020ffcecb0ef93eb7ac2153 /samples/menubox3
parent4dccdce4191d6e2bc3ba9f782b0fe1aa46b743e3 (diff)
dialog: vendor import version 1.3-20210117vendor/dialog/1.3-20210117vendor/dialog
Diffstat (limited to 'samples/menubox3')
-rwxr-xr-xsamples/menubox38
1 files changed, 4 insertions, 4 deletions
diff --git a/samples/menubox3 b/samples/menubox3
index d33b5d6fdef9..2f03505b5c2e 100755
--- a/samples/menubox3
+++ b/samples/menubox3
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: menubox3,v 1.8 2010/01/13 10:20:03 tom Exp $
+# $Id: menubox3,v 1.10 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" "Or NetBSD?" \
"OS/2" "IBM OS/2" "aka \"Warp\"" \
"WIN NT" "Microsoft Windows NT" "hmm" \
- "PCDOS" "IBM PC DOS" "clone of a clone" \
- "MSDOS" "Microsoft DOS" "DOS: Disk Operating System, originally for an IBM contract, hence using the same jargon" 2> $tempfile
+ "PC-DOS" "IBM PC DOS" "clone of a clone" \
+ "MS-DOS" "Microsoft DOS" "DOS: Disk Operating System, originally for an IBM contract, hence using the same jargon" 2> $tempfile
-retval=$?
+returncode=$?
. ./report-tempfile