Junio C Hamano wrote: > Dennis Stosberg <dennis@xxxxxxxxxxxx> writes: > > > Running "make clean" currently fails: > > [ ! -e perl/Makefile ] || make -C perl/ clean > > /bin/sh: test: argument expected > > make: *** [clean] Error 1 > > Ah, _BAD_. We seem to have the same in git-branch, git-checkout, > git-clone and git-tag. You would probably need this on top of > "master". The SHELL_PATH in the Makefile is being set to "/bin/bash" on Solaris, so there is currently no problem with those. A lot of bashisms have been removed from the shell scripts since that SHELL_PATH override was added in September 2005; I will have a look whether it's still necessary. Regards, Dennis - : 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