Remove verbosity on old perl implementation.

This commit is contained in:
Laurent Rineau 2009-09-03 23:39:49 +00:00
parent e27878147b
commit 9598042b56
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ sub install_packages() {
else { # is_dir() returned true
next if ($filename !~ /^\.\/?$/) and ($filename =~ /^\.\.?\/?$/);
my $package_from_from = $LISTOFALLPACKAGES{$package_name};
mkpath($filename, { verbose => 0});
mkpath($filename);
system("svn info $package_comes_from/$package_name/$filename | grep URL >> $filename/.scm-urls\n");
}
}