aboutsummaryrefslogtreecommitdiff
path: root/contrib/bmake/unit-tests/sh-dots.mk
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bmake/unit-tests/sh-dots.mk')
-rwxr-xr-xcontrib/bmake/unit-tests/sh-dots.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/bmake/unit-tests/sh-dots.mk b/contrib/bmake/unit-tests/sh-dots.mk
index f85af9025e55..5294a4175b63 100755
--- a/contrib/bmake/unit-tests/sh-dots.mk
+++ b/contrib/bmake/unit-tests/sh-dots.mk
@@ -1,4 +1,4 @@
-# $NetBSD: sh-dots.mk,v 1.3 2020/10/25 22:04:24 rillig Exp $
+# $NetBSD: sh-dots.mk,v 1.4 2023/11/19 21:47:52 rillig Exp $
#
# Tests for the special shell command line "...", which does not run the
# commands below it but appends them to the list of commands that are run
@@ -29,8 +29,8 @@ commented: .IGNORE
... # Run the below commands later
@echo commented delayed ${.TARGET}
-# The dots don't have to be written literally, they can also come from a
-# variable expression.
+# The dots don't have to be written literally, they can also come from an
+# expression.
indirect:
@echo indirect regular
${:U...}