aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
#