Author: sparky
Date: Wed May 19 23:54:11 2010
New Revision: 11481

Modified:
   toys/tools/cleanbuild/findbr
Log:
- one more "missing executable" detection


Modified: toys/tools/cleanbuild/findbr
==============================================================================
--- toys/tools/cleanbuild/findbr        (original)
+++ toys/tools/cleanbuild/findbr        Wed May 19 23:54:11 2010
@@ -217,6 +217,7 @@
        if ( /^\S+: (\S+): (?:Command )?not found$/ or /.*configure\[\d+\]: 
(\S+): not found$/
                        or m{which: no (\S+) in \(.*/bin.*\)}
                        or m{\S+: (\S+): command not found$}
+                       or m{/usr/bin/env: (\S+): No such file or directory}
                        or m{Can't exec "(\S+)": No such file or directory} ) {
                my $exec = $1;
                $exec = $1 if $exec =~ m{^"(.*)"$};
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to