Meta/Dothem: use the same GIT-CFLAGS when building and installing
Junio C Hamano committed
Aug 31, 2012 at 14:18 UTC
40c21336864c363ec1aa41b6e373d0568f1335d3
1 file changed
+1
-1
Dothem
+1
-1
@@ -217,7 +217,7 @@ do
217
test z$install = znoinstall ||
218
if test "$save" = "$(git rev-parse HEAD)"
219
then
220
- Meta/Make $M -- install
220
+ Meta/Make $M -- ${with_dash:+SHELL_PATH=/bin/dash} install
221
else
222
echo >&2 "Head moved--not installing"
223
fi