On Tue, Nov 17, 2009 at 09:30:17AM +0100, Johannes Sixt wrote: > Philippe Bruhat (BooK) schrieb: > > --- a/Makefile > > +++ b/Makefile > > @@ -1633,6 +1633,7 @@ GIT-CFLAGS: .FORCE-GIT-CFLAGS > > # and the first level quoting from the shell that runs "echo". > > GIT-BUILD-OPTIONS: .FORCE-GIT-BUILD-OPTIONS > > @echo SHELL_PATH=\''$(subst ','\'',$(SHELL_PATH_SQ))'\' >$@ > > + @echo PERL_PATH=\''$(subst ','\'',$(PERL_PATH_SQ))'\' >$@ > > Make it: ... >>$@ This proves late commits needs many extra pair of eyes. :-) > > @echo TAR=\''$(subst ','\'',$(subst ','\'',$(TAR)))'\' >>$@ > > @echo NO_CURL=\''$(subst ','\'',$(subst ','\'',$(NO_CURL)))'\' >>$@ > > @echo NO_PERL=\''$(subst ','\'',$(subst ','\'',$(NO_PERL)))'\' >>$@ > > > test_external_without_stderr \ > > 'Perl API' \ > > - perl "$TEST_DIRECTORY"/t9700/test.pl > > + $PERL_PATH "$TEST_DIRECTORY"/t9700/test.pl > > This one needs the double-quotes as well. Thanks. Sending again. (sorry for the noise) -- Philippe Bruhat (BooK) "Did I err?" (Groo, in too many issues to count - ...and *YES* he did!) -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html