Bodo Eggert wrote: > On Wed, 18 May 2005, Michal Ludvig wrote: > > >>#!/bin/sh > > > set -e > - and - > > >>rm -rf autom4te*.cache >>aclocal -I . -I m4 || exit 1 > > [...] > > remove these "|| exit 1"
Good hint, but does it work with non-bash as well? This was my standard bootstrap script that I use in many different projects. I'll give it a try, thanks! Michal Ludvig -- * Personal homepage: http://www.logix.cz/michal _______________________________________________ Vserver mailing list [email protected] http://list.linux-vserver.org/mailman/listinfo/vserver
