scripting error in generated wrapper shell script
When using -d -d
for example, the generated script fails with:
CoastQueueingTest.sh: line 215: exec: eval: not found
As eval
is not a real command but a shell builtin, we need to wrap it using an explicit bash call.