Author: sparky
Date: Sun Jan 23 20:41:39 2011
New Revision: 12075

Modified:
   toys/tools/cleanbuild/findbr
Log:
- find more "env: command not found" fails


Modified: toys/tools/cleanbuild/findbr
==============================================================================
--- toys/tools/cleanbuild/findbr        (original)
+++ toys/tools/cleanbuild/findbr        Sun Jan 23 20:41:39 2011
@@ -222,7 +222,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{(?:/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
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to