Next: Type errors
Up: Errors
Previous: Errors
Contents
- parse error: expected foo, saw bar
The script contained a grammar error. A different type of construct
was expected in the given context.
- parse error: embedded code in unprivileged script
The
script contained unsafe constructs such as embedded C (section
4.3), but was run without the -g (guru mode)
option. Confirm that the constructs are used safely, then try
again with -g.