chiark / gitweb /
commitid.scad.pl: put dirty marker to lh of cout
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 5 Feb 2016 19:08:40 +0000 (19:08 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 5 Feb 2016 19:08:40 +0000 (19:08 +0000)
commitid.scad.pl

index 83e3afe642e719c3105f119dea7805d2a2cfb8e3..de571668f8d9d64df1b7b4d408f5a91c57c1a0d6 100755 (executable)
@@ -361,7 +361,7 @@ sub do_git () {
     foreach my $sz (3..10) {
        gentextmodule_demo_start_batch($sz-3);
 
-       gentextmodule_plusq("Small$sz", rjustt($sz, $git_count.$git_dirty))
+       gentextmodule_plusq("Small$sz", rjustt($sz, $git_count$git_dirty))
            if defined $git_count;
 
        gentextmodule_plusq("Git$sz", ljustt($sz, $git_object, $git_dirty))
@@ -369,8 +369,8 @@ sub do_git () {
 
        if (defined $git_count && defined $git_object) {
            gentextmodule("Full$sz",
-                         ljustt($sz, $git_object, ''),
-                         rjustt($sz, $git_count.$git_dirty));
+                         ljustt($sz, $git_object),
+                         rjustt($sz, $git_count$git_dirty));
 
            if (!($sz % 2)) {
                my $e = $sz/2;