I would like to recommend that all shell scripts used for building J use set -e

So they would start out like this:

#!/bin/sh
set -e
...

This will exit the build script when an error is encountered, which
helps isolate problems in build scripts.

(A few moments ago, I saw an error fly by referencing line 604 of
build_all.sh in make2.)

Thanks,

-- 
Raul
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to