Hi, > diff --git a/Makefile b/Makefile > index b003e3e..1d14209 100644 > --- a/Makefile > +++ b/Makefile > @@ -1212,6 +1212,7 @@ GIT-CFLAGS: .FORCE-GIT-CFLAGS > > GIT-BUILD-OPTIONS: .FORCE-GIT-BUILD-OPTIONS > @echo SHELL_PATH=\''$(SHELL_PATH_SQ)'\' >$@ > + @echo TAR=\''$(subst ','\'',$(TAR))'\' >>$@ > > ### Detect Tck/Tk interpreter path changes > ifndef NO_TCLTK But then TAR has to be set in test-lib.sh also, to be able to invoke t5000 and t4116 directly, hasn't it? Regards. -- Stephan Beyer <s-beyer@xxxxxxx>, PGP 0x6EDDD207FCC5040F -- 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