Michael Marineau 466fcb3297 spidermonkey: fix improper error handling
Mixing `local` and `|| die` will never work because the exit status
being tested is that of local, not any subcommands that may be involved.
2015-05-06 19:33:06 -07:00
..