All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/2] check-builtins: Strip any executable suffix to make it work on Windows
@ 2015-02-05 13:28 Sebastian Schuberth
  2015-02-05 20:01 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Sebastian Schuberth @ 2015-02-05 13:28 UTC (permalink / raw)
  To: Git Mailing List, Junio C Hamano
  Cc: Johannes Schindelin, Johannes Sixt, normalperson, amyrick

Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
---
 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 2/2] check-builtins: Strip any executable suffix to make it work on Windows
  2015-02-05 13:28 [PATCH 2/2] check-builtins: Strip any executable suffix to make it work on Windows Sebastian Schuberth
@ 2015-02-05 20:01 ` Junio C Hamano
  0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2015-02-05 20:01 UTC (permalink / raw)
  To: Sebastian Schuberth
  Cc: Git Mailing List, Johannes Schindelin, Johannes Sixt,
	normalperson, amyrick

Sebastian Schuberth <sschuberth@gmail.com> writes:

> Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
> ---
>  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

Makes sense; thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-02-05 20:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-05 13:28 [PATCH 2/2] check-builtins: Strip any executable suffix to make it work on Windows Sebastian Schuberth
2015-02-05 20:01 ` Junio C Hamano

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.