DORMANTno replies

[PATCH 2/2] check-builtins: Strip any executable suffix to make it work on Windows

From: Sebastian Schuberth <hidden>
Date: 2016-06-15 23:03:44
Subsystem: the rest · Maintainer: Linus Torvalds

Signed-off-by: Sebastian Schuberth <redacted>
---
 check-builtins.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/check-builtins.sh b/check-builtins.sh
index 07cff69..a0aaf3a 100755
--- a/check-builtins.sh
+++ b/check-builtins.sh
@@ -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
 } |
-- 
2.1.2-mingw-1
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help