[ooo-build-commit] .: download.in
Thorsten Behrens
thorsten at kemper.freedesktop.org
Thu Sep 30 12:09:39 PDT 2010
download.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8bb9f4e467300b4ece39aacc36fc4fc52e5b0c8b
Author: Thomas Klausner <wiz at NetBSD.org>
Date: Thu Sep 30 21:09:00 2010 +0200
Avoid hardcoded perl path in download.in
diff --git a/download.in b/download.in
index 3403b0b..eb1250a 100755
--- a/download.in
+++ b/download.in
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl -w
use Switch;
use File::Temp qw/ tempfile tempdir /;
More information about the ooo-build-commit
mailing list