tuned -- avoid regex matching on potentially large string;
clarified message: command name could be malformed;
#!/usr/bin/env bash
#
# DESCRIPTION: build full Isabelle distribution from repository
THIS="$(cd "$(dirname "$0")"; pwd)"
"$THIS/build" jars || exit $?
exec "$THIS/../bin/isabelle_java" isabelle.Build_Release "$@"