1
Fork 0
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:
Ludovic Courtès 2009-10-15 21:55:54 +02:00
parent 1ebe6a6368
commit 0f3eacf74c

View file

@ -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