Documentation: do not blindly run 'cat' .git/HEAD, or echo into it.
[gitweb.git] / git-cvsexportcommit.perl
index 7074b0c21b14b0ff358b7ddc9f2b0076fb7ffca4..50b041c3247238f7b399c0648cc7c3bc2a58dba7 100755 (executable)
@@ -64,7 +64,7 @@
            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];