On Tue, Sep 26 2017, Tomi Ollila wrote: >> + >> +set -eu >> + >> +srcdir="$(cd "$(dirname "$0")"/.. && pwd)" > > quotes unnecessary above, but may clarify things... outmost quotes, that is -- e.g. srcdir=$(cd "$(dirname "$0")"/.. && pwd) -- other quotes are necessary > >> +builddir=$(mktemp -d)