Skip to content

Commit 5ea06e2

Browse files
Jason RiedyJunio C Hamano
authored andcommitted
Run GIT-VERSION-GEN with $(SHELL), not sh.
Alas, not all shells named sh are capable enough to run GIT-VERSION-GEN. Signed-off-by: Jason Riedy <ejr@cs.berkeley.edu> Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent fc5be4f commit 5ea06e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ all:
6767
# change being considered an inode change from the update-cache perspective.
6868

6969
GIT-VERSION-FILE: .FORCE-GIT-VERSION-FILE
70-
@sh ./GIT-VERSION-GEN
70+
@$(SHELL) ./GIT-VERSION-GEN
7171
-include GIT-VERSION-FILE
7272

7373
# CFLAGS and LDFLAGS are for the users to override from the command line.

0 commit comments

Comments
 (0)