From 6e733510883fd759062729bb3562be026c08f0bb Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 5 Feb 2016 23:32:32 +0000 Subject: [PATCH] commitid: print something to stderr --- commitid.scad.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/commitid.scad.pl b/commitid.scad.pl index c213916..e59e4d2 100755 --- a/commitid.scad.pl +++ b/commitid.scad.pl @@ -507,6 +507,8 @@ sub do_git () { if ($do_git =~ m/o/) { $git_object = gitoutput qw(rev-parse HEAD); } + print STDERR join ' ', map { $_ // '?' } + "-- commitid", $git_object, $git_dirty, $git_count, "--\n"; foreach my $sz (2..10) { gentextmodule_demo_start_batch(); -- 2.30.2