mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
Fix `gitlog-to-changelog' on NixOS.
This commit is contained in:
parent
1ebe6a6368
commit
0f3eacf74c
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
|||
#!/usr/bin/perl
|
||||
#!/bin/sh
|
||||
# Accommodate systems where /usr/bin/perl is not the right path.
|
||||
exec perl -x "$0" "$@"
|
||||
#!perl
|
||||
# Convert git log output to ChangeLog format.
|
||||
|
||||
my $VERSION = '2009-06-04 08:53'; # UTC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue