sbotools2

Maintenance fork of the original sbotools version 2
Log | Files | Refs | README

commit 941870bca0767e761f456fd6353b2503e8128dbe
parent e82b7d22b019d85a287e64408cb3f5c229425f1d
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date:   Mon, 30 Nov 2015 20:08:28 +0100

Set the system perl as the perl we want to use

Diffstat:
Msbocheck | 2+-
Msboclean | 2+-
Msboconfig | 2+-
Msbofind | 2+-
Msboinstall | 2+-
Msboremove | 2+-
Msbosnap | 2+-
Msboupgrade | 2+-
8 files changed, 8 insertions(+), 8 deletions(-)

diff --git 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 @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # # vim: set ts=4:noet # diff --git 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 @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # # vim: set ts=4:noet # diff --git 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 @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # # vim: set ts=4:noet # diff --git 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 @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # # vim: set ts=4:noet #