summaryrefslogtreecommitdiff
path: root/tools/check-docs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/check-docs.sh')
-rwxr-xr-xtools/check-docs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/check-docs.sh b/tools/check-docs.sh
index 2746848c1e..b0fd3131f0 100755
--- a/tools/check-docs.sh
+++ b/tools/check-docs.sh
@@ -39,7 +39,7 @@ libnm_headers() {
SOURCEDIR="$1"
BUILDDIR="$2"
-if test "$SOURCEDIR" == "$BUILDDIR"; then
+if test "$SOURCEDIR" = "$BUILDDIR"; then
BUILDDIR=
fi
[ -z "$SOURCEDIR" ] && SOURCEDIR='.'