summaryrefslogtreecommitdiffstats
path: root/wayland-build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'wayland-build.sh')
-rwxr-xr-xwayland-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/wayland-build.sh b/wayland-build.sh
index c34d89c..d39a72a 100755
--- a/wayland-build.sh
+++ b/wayland-build.sh
@@ -14,7 +14,7 @@ export WLD LD_LIBRARY_PATH PKG_CONFIG_PATH ACLOCAL C_INCLUDE_PATH LIBRARY_PATH P
BUILD_DIR=${BUILD_DIR:-~/usr/git/wayland}
FORCE_AUTOGEN=0
-for arg in $@; do if [ "$arg"="-f" ]; then FORCE_AUTOGEN=1; fi; done
+for arg in $@; do if [ "$arg" = "-f" ]; then FORCE_AUTOGEN=1; fi; done
[ ! -d "$WLD/share/aclocal" ] && sudo mkdir -p "$WLD/share/aclocal"