Sometimes, when my q script has an error, the debugger prompt appears: q))
. I need to type \
to exit the debugger.
This is OK during interactive sessions, but breaks my scheduled (non-interactive) runs from crontab.
Can I disable the debugger for non-interactive runs? My Google-fu fails me.