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

2015-02-05 Thread Sebastian Schuberth
Signed-off-by: Sebastian Schuberth sschube...@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

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

2015-02-05 Thread Junio C Hamano
Sebastian Schuberth sschube...@gmail.com writes: Signed-off-by: Sebastian Schuberth sschube...@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