* [PATCH] Run GIT-VERSION-GEN with $(SHELL), not sh.
@ 2006-01-25 20:37 Jason Riedy
0 siblings, 0 replies; only message in thread
From: Jason Riedy @ 2006-01-25 20:37 UTC (permalink / raw)
To: git
Alas, not all shells named sh are capable enough to run
GIT-VERSION-GEN.
Signed-off-by: Jason Riedy <ejr@cs.berkeley.edu>
---
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
ba55c17e4888568cf17da569f95f11e27a26072d
diff --git a/Makefile b/Makefile
index 3046056..245f658 100644
--- a/Makefile
+++ b/Makefile
@@ -67,7 +67,7 @@ all:
# change being considered an inode change from the update-cache perspective.
GIT-VERSION-FILE: .FORCE-GIT-VERSION-FILE
- @sh ./GIT-VERSION-GEN
+ @$(SHELL) ./GIT-VERSION-GEN
-include GIT-VERSION-FILE
# CFLAGS and LDFLAGS are for the users to override from the command line.
--
1.0.GIT
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2006-01-25 20:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-25 20:37 [PATCH] Run GIT-VERSION-GEN with $(SHELL), not sh Jason Riedy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).