I'm debugging a script used with olpc-os-builder's custom_module script, and funny enough, the build continues even if the script bails out with obvious stuff (like shell syntax errors).
Looking at build/intermediates/build.ks, it does say --erroronfail, and set -e. My script does say set -e as well. Running this script outside of ks, I get exit 1 and exit 2 on the same errors that continue under the oob process. If the script is not executable, oob also skips it; again the build.ks file seems to say that it will bail out but it doesn't. cheers, m -- [email protected] [email protected] -- School Server Architect - ask interesting questions - don't get distracted with shiny stuff - working code first - http://wiki.laptop.org/go/User:Martinlanghoff _______________________________________________ Devel mailing list [email protected] http://lists.laptop.org/listinfo/devel
