From 86b7b034dc241ca3469d199e67ad3b278ef80114 Mon Sep 17 00:00:00 2001 From: Alistair MacLeod Date: Sun, 21 Oct 2012 21:05:56 +0100 Subject: Changed shebang to use /usr/bin/env --- bin/ard-parse-boards | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/ard-parse-boards') diff --git a/bin/ard-parse-boards b/bin/ard-parse-boards index e2de71b..9f690e2 100755 --- a/bin/ard-parse-boards +++ b/bin/ard-parse-boards @@ -1,4 +1,4 @@ -#! /usr/bin/perl +#! /usr/bin/env perl use strict; use warnings; -- cgit v1.2.3