summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <pochu@ubuntu.com>2009-08-31 15:00:47 +0200
committerMilan Bouchet-Valat <nalimilan@club.fr>2009-08-31 15:06:01 +0200
commit65d87ca9ed2e097581f392a202f7befd552572ef (patch)
tree464144521c40521b3dd0a9305520a9fd765557b1
parent277af7487abcac08388ac711cbedf37a9c157f60 (diff)
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.
-rw-r--r--ServicesList.pm2
-rwxr-xr-xSystemToolsBackends.pl.in2
-rw-r--r--Utils/Backend.pm2
-rw-r--r--Utils/File.pm2
-rw-r--r--Utils/Parse.pm2
-rw-r--r--Utils/Platform.pm2
-rw-r--r--Utils/Report.pm2
-rw-r--r--Utils/Util.pm2
-rw-r--r--Utils/XML.pm2
-rwxr-xr-xdiagnostics.pl2
-rwxr-xr-xtest-backends.in2
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@";