Mon Feb 15 07:42:35 2021 UTC ()
make: fix typo in comment


(rillig)
diff -r1.8 -r1.9 src/usr.bin/make/test-variants.sh

cvs diff -r1.8 -r1.9 src/usr.bin/make/Attic/test-variants.sh (expand / switch to unified diff)

--- src/usr.bin/make/Attic/test-variants.sh 2020/12/07 22:27:56 1.8
+++ src/usr.bin/make/Attic/test-variants.sh 2021/02/15 07:42:35 1.9
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1#! /bin/sh 1#! /bin/sh
2# $NetBSD: test-variants.sh,v 1.8 2020/12/07 22:27:56 rillig Exp $ 2# $NetBSD: test-variants.sh,v 1.9 2021/02/15 07:42:35 rillig Exp $
3# 3#
4# Build several variants of make and run the tests on them. 4# Build several variants of make and run the tests on them.
5# 5#
6# The output of this test suite must be inspected manuelly to see the 6# The output of this test suite must be inspected manually to see the
7# interesting details. The main purpose is to list the available build 7# interesting details. The main purpose is to list the available build
8# options. 8# options.
9 9
10set -eu 10set -eu
11 11
12failed="no" 12failed="no"
13 13
14fail() { 14fail() {
15 echo "failed" 15 echo "failed"
16 failed="yes" 16 failed="yes"
17} 17}
18 18
19testcase() { 19testcase() {