deptest: Capitalize failure message. Makes it easier to spot in the logs.
authormb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 4 Nov 2010 11:30:10 +0000 (11:30 +0000)
committermb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 4 Nov 2010 11:30:10 +0000 (11:30 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23855 3c298f89-4303-0410-b956-a3cf2f4a3e73

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
 }
 
This page took 0.028068 seconds and 4 git commands to generate.