Commit e6137ef1 authored by Rémi Duraffort's avatar Rémi Duraffort

Less information when compiling with compile

parent 7caf92c9
...@@ -45,8 +45,15 @@ while(<STDIN>) ...@@ -45,8 +45,15 @@ while(<STDIN>)
$line =~ /^rm\s-fr\s(.*)/ || $line =~ /^rm\s-fr\s(.*)/ ||
$line =~ /^mv\s-f\s(.*)/ || $line =~ /^mv\s-f\s(.*)/ ||
$line =~ /^ln\s-s\s(.*)/ || $line =~ /^ln\s-s\s(.*)/ ||
$line =~ /^echo\s/ ||
$line =~ /^mkdir\s/ ||
$line =~ /^cat\s/ ||
$line =~ /^grep\s/ ||
$line =~ /^cd\s/ ||
$line =~ /^sed\s/ ||
$line =~ /^bindir=\s/ ||
$line =~ /^creating lib.*/ || $line =~ /^creating lib.*/ ||
$line =~ /^\// ) $line =~ /^\s*\// )
{} {}
# Info # Info
elsif( elsif(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment