Skip to content

Commit e588001

Browse files
committed
zsh-users#440: Identify the output.
Useful when using, e.g., Debian's package, which outputs just "Debian" here.
1 parent 871041a commit e588001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ clean:
3636
rm -f docs/all.md
3737

3838
test:
39-
@$(ZSH) -fc 'echo $$ZSH_PATCHLEVEL'
39+
@$(ZSH) -fc 'echo ZSH_PATCHLEVEL=$$ZSH_PATCHLEVEL'
4040
@result=0; \
4141
for test in highlighters/*; do \
4242
if [ -d $$test/test-data ]; then \

0 commit comments

Comments
 (0)