summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/build/options/makeman2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build/options/makeman b/tools/build/options/makeman
index f619bc1..f65c16c 100755
--- a/tools/build/options/makeman
+++ b/tools/build/options/makeman
@@ -240,7 +240,7 @@ EOF
# Work around BIND_UTILS=no being the default when every WITH_
# option is enabled.
- if [ "$(cat $t/deps2)" == WITHOUT_BIND_UTILS ]; then
+ if [ "$(cat $t/deps2)" = WITHOUT_BIND_UTILS ]; then
sort $t/deps $t/deps2 > $t/_deps
mv $t/_deps $t/deps
:> $t/deps2
OpenPOWER on IntegriCloud