SVN: toys/tools/cleanbuild/findbr
sparky
sparky at pld-linux.org
Sun Jan 23 20:41:39 CET 2011
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{^"(.*)"$};
More information about the pld-cvs-commit
mailing list