[system-tools-backends-clone] bfo#16642 - Use /usr/bin/perl instead of environment perl



commit 65d87ca9ed2e097581f392a202f7befd552572ef
Author: Emilio Pozuelo Monfort <pochu ubuntu com>
Date:   Mon Aug 31 15:00:47 2009 +0200

    bfo#16642 - Use /usr/bin/perl instead of environment perl
    
    This prevents custom installs from potentially breaking the stb. Seems to be the common practice actually.

 ServicesList.pm           |    2 +-
 SystemToolsBackends.pl.in |    2 +-
 Utils/Backend.pm          |    2 +-
 Utils/File.pm             |    2 +-
 Utils/Parse.pm            |    2 +-
 Utils/Platform.pm         |    2 +-
 Utils/Report.pm           |    2 +-
 Utils/Util.pm             |    2 +-
 Utils/XML.pm              |    2 +-
 diagnostics.pl            |    2 +-
 test-backends.in          |    2 +-
 11 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/ServicesList.pm b/ServicesList.pm
index dd11d53..e460bd3 100644
--- a/ServicesList.pm
+++ b/ServicesList.pm
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 #-*- Mode: perl; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
 
 # DBus object for the Services list
diff --git a/SystemToolsBackends.pl.in b/SystemToolsBackends.pl.in
index 70aac1e..4b8b44b 100755
--- a/SystemToolsBackends.pl.in
+++ b/SystemToolsBackends.pl.in
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 #-*- Mode: perl; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
 
 # Loader for the system tools backends.
diff --git a/Utils/Backend.pm b/Utils/Backend.pm
index 878c1f7..c465991 100644
--- a/Utils/Backend.pm
+++ b/Utils/Backend.pm
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 #-*- Mode: perl; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
 
 # Common stuff for the ximian-setup-tools backends.
diff --git a/Utils/File.pm b/Utils/File.pm
index ad69081..6cdd8a6 100644
--- a/Utils/File.pm
+++ b/Utils/File.pm
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 #-*- Mode: perl; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
 
 # Functions for file manipulation. Find, open, read, write, backup, etc.
diff --git a/Utils/Parse.pm b/Utils/Parse.pm
index 417a7c3..82c8181 100644
--- a/Utils/Parse.pm
+++ b/Utils/Parse.pm
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 #-*- Mode: perl; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
 
 # parse.pl: Common parsing stuff for the ximian-setup-tools backends.
diff --git a/Utils/Platform.pm b/Utils/Platform.pm
index af698c1..f582dce 100644
--- a/Utils/Platform.pm
+++ b/Utils/Platform.pm
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 #-*- Mode: perl; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
 
 # Determine the platform we're running on.
diff --git a/Utils/Report.pm b/Utils/Report.pm
index ce66731..7800e4c 100644
--- a/Utils/Report.pm
+++ b/Utils/Report.pm
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 #-*- Mode: perl; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
 
 # /* Functions for on-the-fly commentary on a tool's work. */
diff --git a/Utils/Util.pm b/Utils/Util.pm
index f3a714a..8038675 100644
--- a/Utils/Util.pm
+++ b/Utils/Util.pm
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 #-*- Mode: perl; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
 
 # Utility functions.
diff --git a/Utils/XML.pm b/Utils/XML.pm
index d98b08c..e0cd59b 100644
--- a/Utils/XML.pm
+++ b/Utils/XML.pm
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 #-*- Mode: perl; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
 
 # XML printing, scanning and parsing.
diff --git a/diagnostics.pl b/diagnostics.pl
index 60f6ed0..d144028 100755
--- a/diagnostics.pl
+++ b/diagnostics.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 #-*- Mode: perl; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
 
 # diagnostics tool for the system tools backends.
diff --git a/test-backends.in b/test-backends.in
index 83cde61..32734db 100755
--- a/test-backends.in
+++ b/test-backends.in
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 
 use lib "@netdbusdir@";
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]