From efe2be4f53aa568ddea8fdb7cc5bf2e7f93aad26 Mon Sep 17 00:00:00 2001 From: David Golden Date: Mon, 21 Mar 2011 10:13:08 -0400 Subject: [PATCH] ensure shebang is set right --- Changes | 2 ++ bin/ylastic-costagent | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index e57409b..7f10f68 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,8 @@ Revision history for App-Ylastic-CostAgent {{$NEXT}} + - Ensure proper shebang line gets set in ylastic-costagent + 0.004 2011-03-20 03:32:00 America/New_York - Renamed ylastic_costagent to ylastic-costagent diff --git a/bin/ylastic-costagent b/bin/ylastic-costagent index 7d2f1e0..eec032e 100644 --- a/bin/ylastic-costagent +++ b/bin/ylastic-costagent @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl use strict; use warnings; # PODNAME: ylastic-costagent