* file:/ -> file://

This commit is contained in:
Eelco Dolstra 2006-08-09 19:37:23 +00:00
parent f1aa71a92f
commit 3e239a37ff
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ if ($ARGV[0] eq "--copy") {
$targetArchivesUrl = shift @ARGV;
}
else {
$targetArchivesUrl = "file:/$localArchivesDir";
$targetArchivesUrl = "file://$localArchivesDir";
}
}
else {