Add missing /

This commit is contained in:
Eelco Dolstra 2011-12-04 22:53:07 +01:00
parent 12a7b5737d
commit 9d4b2253ea

View file

@ -195,8 +195,7 @@ sub fetchInputSVN {
# No, do a checkout. The working copy is reused between
# invocations to speed things up.
mkpath(scmPath . "/svn");
my $wcPath = scmPath . "/svn" . sha256_hex($uri) . "/svn-checkout";
my $wcPath = scmPath . "/svn/" . sha256_hex($uri) . "/svn-checkout";
print STDERR "checking out Subversion input ", $name, " from $uri revision $revision into $wcPath\n";