aboutsummaryrefslogtreecommitdiffstats
path: root/util/domd
diff options
context:
space:
mode:
Diffstat (limited to 'util/domd')
-rwxr-xr-xutil/domd2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/domd b/util/domd
index 76b13d2c7b..9dd7ce59ba 100755
--- a/util/domd
+++ b/util/domd
@@ -17,7 +17,7 @@ if [ -z "$MAKEDEPEND" ] ; then
MAKEDEPEND=makedepend
fi
-if ${MAKEDEPEND} --version 2>&1 | egrep "clang|gcc" >/dev/null
+if ${MAKEDEPEND} --version 2>&1 | egrep "clang|gcc" >/dev/null ; then
args=""
while [ $# -gt 0 ]; do
if [ "$1" != '--' ] ; then