From ba46e4938e30538947802c00ab338f963bd97d06 Mon Sep 17 00:00:00 2001 From: Brian Buchalter Date: Mon, 27 Feb 2012 13:05:32 -0400 Subject: [PATCH] Use /usr/bin/env to find perl --- check_json.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_json.pl b/check_json.pl index 3f81ddd..df84ec9 100755 --- a/check_json.pl +++ b/check_json.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use warnings; use strict;