aboutsummaryrefslogtreecommitdiff
path: root/test/export-dirs.sh
diff options
context:
space:
mode:
authorFelipe Contreras <felipe.contreras@gmail.com>2021-05-15 15:47:40 -0500
committerDavid Bremner <david@tethera.net>2021-05-17 07:28:01 -0300
commit4561f694e94aff47e7065186c4efaf2c6b010a41 (patch)
tree22242abad6b63e270e64d268419313413710871e /test/export-dirs.sh
parent645bea13cb204108fd520010afbba25d0d6a8693 (diff)
test: more style fixes
In order to fit the git coding style. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Diffstat (limited to 'test/export-dirs.sh')
-rw-r--r--test/export-dirs.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/export-dirs.sh b/test/export-dirs.sh
index 844ee682..0a048e1f 100644
--- a/test/export-dirs.sh
+++ b/test/export-dirs.sh
@@ -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