[Fakeroot-commits] fakeroot--main--0.0--patch-72 commit: detect and use POSIX-conformant shell because Solaris sucks

Clint Adams schizo@costa.debian.org
Wed, 29 Jun 2005 14:55:03 +0000


2005-06-29  Clint Adams  <schizo@debian.org>  patch-72

	* configure.ac:
	* debian/changelog:
	* scripts/Makefile.am:
	* scripts/fakeroot.in:
	* test/Makefile.am:
	* test/t.echoarg:
	* test/t.mknod:
	* test/t.touchinstall:

	detect and use POSIX-conformant shell because Solaris sucks

	* Steal shell detection code from bogofilter, and use a
	    POSIX-conformant shell rather than /bin/sh.  This is
	    necessary because Solaris is still using a /bin/sh from
	    the early Cretaceous period.  closes: #316070.