summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@herrb.eu>2018-08-19 18:06:50 +0200
committerMatthieu Herrb <matthieu@herrb.eu>2018-08-19 18:09:02 +0200
commiteb534fe0d3ad03f5eba881b39195c0e2bff60a0f (patch)
tree211523921253fcd94b6e745a37c1e995860a8fdf
parent0d08b41742ef67bfefb4d6de07fb71332efa5c1b (diff)
Add missing space before `]'
Signed-off-by: Matthieu Herrb <matthieu@herrb.eu>
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 0801b3e..c41630f 100755
--- a/build.sh
+++ b/build.sh
@@ -728,7 +728,7 @@ process() {
fi
- if [ $use_autogen != 0 ] || [ $use_configure != 0]; then
+ if [ $use_autogen != 0 ] || [ $use_configure != 0 ]; then
BUILDCMD="${MAKE} $MAKEFLAGS"
BUILDCMD_VERBOSE="${BUILDCMD} V=1"
BUILDCMD_CHECK="${BUILDCMD} check"