Skip to content

Commit

Permalink
Merge branch 'ss/check-builtins-on-windows'
Browse files Browse the repository at this point in the history
* ss/check-builtins-on-windows:
  check-builtins: strip executable suffix $X when enumerating builtins
  • Loading branch information
Junio C Hamano committed Feb 22, 2015
2 parents f3f4077 + 8c1e9f4 commit df3f4ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check-builtins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
cat <<\EOF
sayIt:
$(foreach b,$(BUILT_INS),echo XXX $b YYY;)
$(foreach b,$(BUILT_INS),echo XXX $(b:$X=) YYY;)
EOF
cat Makefile
} |
Expand Down

0 comments on commit df3f4ba

Please sign in to comment.