aboutsummaryrefslogtreecommitdiff
path: root/scripts/log2changes.pl
diff options
context:
space:
mode:
authorng0 <ng0@infotropique.org>2017-09-21 00:29:47 +0000
committerng0 <ng0@infotropique.org>2017-09-21 00:29:47 +0000
commitd9d649f37a769ad7dee54eed102e0c3876f5c722 (patch)
tree46d8afff017e88abc6d9ab11c0bfb1202ca23c54 /scripts/log2changes.pl
parent9ab1d3a79e096ac6802b4d53a57a3d59db6e2520 (diff)
downloadgnurl-d9d649f37a769ad7dee54eed102e0c3876f5c722.tar.gz
gnurl-d9d649f37a769ad7dee54eed102e0c3876f5c722.tar.bz2
gnurl-d9d649f37a769ad7dee54eed102e0c3876f5c722.zip
gnURL: Fix doc generation, fix 'make dist'.
Diffstat (limited to 'scripts/log2changes.pl')
-rwxr-xr-xscripts/log2changes.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/log2changes.pl b/scripts/log2changes.pl
index 667daabf0..4e35e9cad 100755
--- a/scripts/log2changes.pl
+++ b/scripts/log2changes.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
# git log --pretty=fuller --no-color --date=short --decorate=full
@@ -32,7 +32,7 @@ while(<STDIN>) {
if($l =~/^commit ([[:xdigit:]]*) ?(.*)/) {
$co = $1;
my $ref = $2;
- if ($ref =~ /refs\/tags\/curl-([0-9_]*)/) {
+ if ($ref =~ /refs\/tags\/gnurl-([0-9_]*)/) {
$tag = $1;
$tag =~ tr/_/./;
}