X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-cvsimport.perl;h=bdac5d51b6dfb721bb648e455cb8f3c5078217e4;hb=6304c29d518206b0780291a02f94f435abf82d74;hp=95c5eec51ecc6ab6f142cef51eb4bd3b5842debb;hpb=d6958a1a32814af69a7571daa45252018c61f969;p=git.git diff --git a/git-cvsimport.perl b/git-cvsimport.perl index 95c5eec51..bdac5d51b 100755 --- a/git-cvsimport.perl +++ b/git-cvsimport.perl @@ -772,7 +772,7 @@ sub commit { waitpid($pid,0); die "Error running git-commit-tree: $?\n" if $?; - system("git-update-ref $remote/$branch $cid") == 0 + system('git-update-ref', "$remote/$branch", $cid) == 0 or die "Cannot write branch $branch for update: $!\n"; if ($tag) {