aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/deptest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/deptest.sh b/scripts/deptest.sh
index 7da382d954..938094b877 100755
--- a/scripts/deptest.sh
+++ b/scripts/deptest.sh
@@ -111,7 +111,7 @@ test_package() # $1=pkgname
touch "$STAMP_SUCCESS"
else
touch "$STAMP_FAILED"
- echo "Building package $pkg failed!"
+ echo "Building package $pkg FAILED"
fi
}