From b2924e7e188679fc05fbe33c3394aa2695b699c6 Mon Sep 17 00:00:00 2001 From: Lubos Kolouch Date: Sun, 28 Aug 2016 14:07:02 +0200 Subject: [PATCH] Switch to env perl instead of hardcoded path --- 01_status.pl | 2 +- 02_status_module.pl | 2 +- 03_updates_offset.pl | 2 +- 04_webhook.pl | 2 +- 05_webhook_clean.pl | 2 +- 06_getme.pl | 2 +- 07_message.pl | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/01_status.pl b/01_status.pl index 2e5238c..c42aced 100755 --- a/01_status.pl +++ b/01_status.pl @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/env perl use v5.10; diff --git a/02_status_module.pl b/02_status_module.pl index 326a7c5..59d335c 100755 --- a/02_status_module.pl +++ b/02_status_module.pl @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/env perl use v5.10; diff --git a/03_updates_offset.pl b/03_updates_offset.pl index 35a610e..5eb2e4f 100755 --- a/03_updates_offset.pl +++ b/03_updates_offset.pl @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/env perl use v5.10; diff --git a/04_webhook.pl b/04_webhook.pl index 41cb1d6..e53af60 100755 --- a/04_webhook.pl +++ b/04_webhook.pl @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/env perl use v5.10; diff --git a/05_webhook_clean.pl b/05_webhook_clean.pl index b1b10c8..94acbd4 100755 --- a/05_webhook_clean.pl +++ b/05_webhook_clean.pl @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/env perl use v5.10; diff --git a/06_getme.pl b/06_getme.pl index 6e99e68..51cdd81 100755 --- a/06_getme.pl +++ b/06_getme.pl @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/env perl use v5.10; diff --git a/07_message.pl b/07_message.pl index 357e14d..85844c4 100755 --- a/07_message.pl +++ b/07_message.pl @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/env perl use v5.10;