[ooo-build-commit] .: bin/cws-commit-patch bin/cws-commit-patch-old bin/cws-extract bin/extract-hunks bin/map-unused.pl bin/openoffice-xlate-lang bin/show-issues bin/show-obsolete-patches

Thomas Klausner tklausner at kemper.freedesktop.org
Mon Oct 4 04:27:03 PDT 2010


 bin/cws-commit-patch      |    2 +-
 bin/cws-commit-patch-old  |    2 +-
 bin/cws-extract           |    2 +-
 bin/extract-hunks         |    2 +-
 bin/map-unused.pl         |    2 +-
 bin/openoffice-xlate-lang |    2 +-
 bin/show-issues           |    2 +-
 bin/show-obsolete-patches |    2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

New commits:
commit 10b8b2bc4e544ed2c90af17bb3b0b23cd0163bbc
Author: Thomas Klausner <wiz at NetBSD.org>
Date:   Mon Oct 4 13:26:36 2010 +0200

    More /usr/bin/env perl (no /usr/bin/perl on some systems)

diff --git a/bin/cws-commit-patch b/bin/cws-commit-patch
index 2900b66..648be39 100755
--- a/bin/cws-commit-patch
+++ b/bin/cws-commit-patch
@@ -1,4 +1,4 @@
-#! /usr/bin/perl -w
+#!/usr/bin/env perl
 
 $default_mws = 'DEV300';
 
diff --git a/bin/cws-commit-patch-old b/bin/cws-commit-patch-old
index cbe94ef..e927b11 100755
--- a/bin/cws-commit-patch-old
+++ b/bin/cws-commit-patch-old
@@ -1,4 +1,4 @@
-#! /usr/bin/perl -w
+#!/usr/bin/env perl
 
 $default_mws = 'SRC680';
 
diff --git a/bin/cws-extract b/bin/cws-extract
index c032f8b..23234a8 100755
--- a/bin/cws-extract
+++ b/bin/cws-extract
@@ -1,4 +1,4 @@
-#! /usr/bin/perl -w
+#!/usr/bin/env perl
 
 $default_mws = 'DEV300';
 
diff --git a/bin/extract-hunks b/bin/extract-hunks
index 6392a64..f5ab5e6 100755
--- a/bin/extract-hunks
+++ b/bin/extract-hunks
@@ -1,4 +1,4 @@
-#! /usr/bin/perl -w
+#!/usr/bin/env perl
 
 sub usage() {
     print STDERR "extract-hunks regex patch.diff [out_with.diff [out_without.diff]]
diff --git a/bin/map-unused.pl b/bin/map-unused.pl
index fb43ca6..0cee914 100755
--- a/bin/map-unused.pl
+++ b/bin/map-unused.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 
 # The worst offenders in bloated sym tables:
 @map_source = (
diff --git a/bin/openoffice-xlate-lang b/bin/openoffice-xlate-lang
index f8a32fb..284d16e 100755
--- a/bin/openoffice-xlate-lang
+++ b/bin/openoffice-xlate-lang
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 
 use strict;
 
diff --git a/bin/show-issues b/bin/show-issues
index 4506991..50e52a9 100755
--- a/bin/show-issues
+++ b/bin/show-issues
@@ -1,4 +1,4 @@
-#! /usr/bin/perl -w
+#!/usr/bin/env perl
 
 sub usage()
 {
diff --git a/bin/show-obsolete-patches b/bin/show-obsolete-patches
index fdf201d..510e4a2 100755
--- a/bin/show-obsolete-patches
+++ b/bin/show-obsolete-patches
@@ -1,4 +1,4 @@
-#! /usr/bin/perl -w
+#!/usr/bin/env perl
 
 sub usage()
 {


More information about the ooo-build-commit mailing list