Skip to content

Commit c471d07

Browse files
committed
Increase reported git rev version to 8 chars
Only affects builds with untagged libsass versions.
1 parent a563df8 commit c471d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ if (-d ".git" && !$skip_git)
193193
{
194194
if (-e "$submodule/.git" && !$skip_version) {
195195
next unless $submodule eq "libsass"; # skip all others for now
196-
system "git -C \"$submodule\" describe --abbrev=4 --dirty --always --tags > \"$submodule/VERSION\"";
196+
system "git -C \"$submodule\" describe --abbrev=8 --dirty --always --tags > \"$submodule/VERSION\"";
197197
}
198198
}
199199
}

0 commit comments

Comments
 (0)