Fix `gitlog-to-changelog' on NixOS.
authorLudovic Courtès <ludo@gnu.org>
Thu, 15 Oct 2009 19:55:54 +0000 (21:55 +0200)
committerLudovic Courtès <ludo@gnu.org>
Thu, 15 Oct 2009 19:55:54 +0000 (21:55 +0200)
build-aux/gitlog-to-changelog

index 1cc53eb..270b8cf 100755 (executable)
@@ -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