Skip to content

Commit 3654638

Browse files
Fredrik KuivinenJunio C Hamano
authored andcommitted
s/SHELL/SHELL_PATH/ in Makefile
With the current Makefile we don't use the shell chosen by the platform specific defines when we invoke GIT-VERSION-GEN. Signed-off-by: Fredrik Kuivinen <freku045@student.liu.se> Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent 4631c00 commit 3654638

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-
@$(SHELL) ./GIT-VERSION-GEN
70+
@$(SHELL_PATH) ./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)