[Libreoffice-commits] .: git-hooks/pre-commit

Thomas Klausner tklausner at kemper.freedesktop.org
Tue Nov 30 05:22:42 PST 2010


 git-hooks/pre-commit |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ec2f8b56067dc4bfd5b1045dfe5fe5e622c406e8
Author: Thomas Klausner <wiz at NetBSD.org>
Date:   Tue Nov 30 14:21:47 2010 +0100

    use env perl syntax

diff --git a/git-hooks/pre-commit b/git-hooks/pre-commit
index 253f2dd..b6581a4 100755
--- a/git-hooks/pre-commit
+++ b/git-hooks/pre-commit
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl
 
 # A hook script to verify what is about to be committed.
 # Called by "git commit" with no arguments.  The hook should


More information about the Libreoffice-commits mailing list