summaryrefslogtreecommitdiff
path: root/scripts/scan-tools.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/scan-tools.sh')
-rw-r--r--scripts/scan-tools.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/scan-tools.sh b/scripts/scan-tools.sh
index 7b1446b76..a587e5ad3 100644
--- a/scripts/scan-tools.sh
+++ b/scripts/scan-tools.sh
@@ -226,9 +226,9 @@ if ! which perl >/dev/null 2>&1; then
fi
if ! which m4 >/dev/null 2>&1; then
- echo "You must install m4 (macro processor) to continue."
- echo
- out=1
+ echo "You must install m4 (macro processor) to continue."
+ echo
+ out=1
fi
if ! which pkg-config >/dev/null 2>&1; then