deptest: Capitalize failure message. Makes it easier to spot in the logs.
[openwrt.git] / scripts / deptest.sh
index 7da382d..938094b 100755 (executable)
@@ -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
 }