Roland Mainz wrote:
> Darren J Moffat wrote:
[snip]
> - Please use /usr/bin/ksh93 or /usr/bin/bash for install-sfw* and add a
> $ set -o xtrace # at the beginning and replace ".
> ${SRC}/tools/install.subr" with "source ${SRC}/tools/install.subr" (the
> idea is to catch failures in the script and abort it at that point,
> right now the script will just continue)Small mistake: I was thinking about $ set -o errexit # and _not_ $ set -o xtrace # - the idea is to exit the script if any error occurs to prevent the script from running amok... ---- Bye, Roland -- __ . . __ (o.\ \/ /.o) roland.mainz at nrubsig.org \__\/\/__/ MPEG specialist, C&&JAVA&&Sun&&Unix programmer /O /==\ O\ TEL +49 641 3992797 (;O/ \/ \O;)
