diff options
Diffstat (limited to 'usr.bin/bmake/unit-tests/Makefile')
-rw-r--r-- | usr.bin/bmake/unit-tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/bmake/unit-tests/Makefile b/usr.bin/bmake/unit-tests/Makefile index 7011ab754b9e..cdf252d5e474 100644 --- a/usr.bin/bmake/unit-tests/Makefile +++ b/usr.bin/bmake/unit-tests/Makefile @@ -471,7 +471,7 @@ TESTS+= varparse-mod TESTS+= varparse-undef-partial # some shells have quirks -_shell := ${.SHELL:tA:T} +_shell:= ${.SHELL:tA:T} .if ${_shell} == "dash" # dash fails -x output BROKEN_TESTS+= opt-debug-x-trace |