We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a563df8 commit c471d07Copy full SHA for c471d07
Makefile.PL
@@ -193,7 +193,7 @@ if (-d ".git" && !$skip_git)
193
{
194
if (-e "$submodule/.git" && !$skip_version) {
195
next unless $submodule eq "libsass"; # skip all others for now
196
- system "git -C \"$submodule\" describe --abbrev=4 --dirty --always --tags > \"$submodule/VERSION\"";
+ system "git -C \"$submodule\" describe --abbrev=8 --dirty --always --tags > \"$submodule/VERSION\"";
197
}
198
199
0 commit comments