InstallDev: Move the "find" out of the lock critical section.
[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
 }
 
This page took 0.021271 seconds and 4 git commands to generate.