aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2015-11-30 20:08:28 +0100
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2015-11-30 20:08:28 +0100
commit941870bca0767e761f456fd6353b2503e8128dbe (patch)
treed77fcd490303b8a7defa5b02860c7249e6bed5fd
parente82b7d22b019d85a287e64408cb3f5c229425f1d (diff)
downloadsbotools2-941870bca0767e761f456fd6353b2503e8128dbe.tar.xz
Set the system perl as the perl we want to use
-rwxr-xr-xsbocheck2
-rwxr-xr-xsboclean2
-rwxr-xr-xsboconfig2
-rwxr-xr-xsbofind2
-rwxr-xr-xsboinstall2
-rwxr-xr-xsboremove2
-rwxr-xr-xsbosnap2
-rwxr-xr-xsboupgrade2
8 files changed, 8 insertions, 8 deletions
diff --git a/sbocheck b/sbocheck
index cb56266..d2c6c4c 100755
--- a/sbocheck
+++ b/sbocheck
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
#
# vim: set ts=4:noet
#
diff --git a/sboclean b/sboclean
index 6a9d50c..d60c79a 100755
--- a/sboclean
+++ b/sboclean
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
#
# vim: set ts=4:noet
#
diff --git a/sboconfig b/sboconfig
index 0bf7de4..983abc7 100755
--- a/sboconfig
+++ b/sboconfig
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
#
# vim: set ts=4:noet
#
diff --git a/sbofind b/sbofind
index c37c464..fa6e198 100755
--- a/sbofind
+++ b/sbofind
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
#
# vim: set ts=4:noet
#
diff --git a/sboinstall b/sboinstall
index dcf5a6f..27680cb 100755
--- a/sboinstall
+++ b/sboinstall
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
#
# vim: set ts=4:noet
#
diff --git a/sboremove b/sboremove
index 237fd69..2a73eeb 100755
--- a/sboremove
+++ b/sboremove
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
#
# vim: set ts=4:noet
#
diff --git a/sbosnap b/sbosnap
index cdf8c86..3fecb02 100755
--- a/sbosnap
+++ b/sbosnap
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
#
# vim: set ts=4:noet
#
diff --git a/sboupgrade b/sboupgrade
index 8735b1c..269e3e0 100755
--- a/sboupgrade
+++ b/sboupgrade
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
#
# vim: set ts=4:noet
#