[PATCH 24/24] devel: add script to test out-of-tree builds

Tomi Ollila tomi.ollila at iki.fi
Mon Sep 25 22:32:11 PDT 2017


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)


More information about the notmuch mailing list