Fix cvsexportcommit syntax error
authorAlexander Litvinov <lan@ac-sw.com>
Wed, 9 Nov 2005 07:02:58 +0000 (13:02 +0600)
committerJunio C Hamano <junkio@cox.net>
Wed, 9 Nov 2005 07:34:29 +0000 (23:34 -0800)
There is a syntax error in cvsexport script:

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-cvsexportcommit.perl

index 7074b0c..50b041c 100755 (executable)
@@ -64,7 +64,7 @@ if ($parent) {
            last;
        }; # found it
        die "Did not find $parent in the parents for this commit!";
-s    }
+    }
 } else { # we don't have a parent from the cmdline...
     if (@parents == 1) { # it's safe to get it from the commit
        $parent = $parents[0];