]> git.notmuchmail.org Git - notmuch/blobdiff - test/export-dirs.sh
lib/database: delete stemmer on destroy
[notmuch] / test / export-dirs.sh
index 844ee6825ca27bce0de049eb617a107276c520cc..0a048e1fe66940b914182c78400ad4dea8a8a94c 100644 (file)
@@ -9,8 +9,7 @@ if [[ -z "${NOTMUCH_SRCDIR}" ]]; then
        export NOTMUCH_SRCDIR="$(cd "$(dirname "$0")"/.. && pwd)"
 fi
 
-find_builddir ()
-{
+find_builddir () {
        local dir="$1"
 
        while [[ -n "$dir" ]] && [[ "$dir" != "/" ]]; do