Add support for explicit type specifiers when calling git-repo-config
[git.git] / git-svnimport.perl
index b6799d8..f17d5a2 100755 (executable)
@@ -318,7 +318,7 @@ sub get_file($$$) {
                        die $res->status_line." at $url\n";
                }
        } else {
-               $name = $svn->file("/$svnpath",$rev);
+               $name = $svn->file("$svnpath",$rev);
                return undef unless defined $name;
        }