From b8ec015209768a14a66351781f88bc1024d0651e Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Thu, 5 Aug 2010 19:53:14 -0400 Subject: [PATCH] change to more typical path --- scripts/perl/multicast/send.pl | 2 +- scripts/perl/sendmail | 2 +- scripts/rss/rss2ivr.pl | 2 +- scripts/rss/syncrss.pl | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/perl/multicast/send.pl b/scripts/perl/multicast/send.pl index ed4c84dfe2..c755a007bb 100755 --- a/scripts/perl/multicast/send.pl +++ b/scripts/perl/multicast/send.pl @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl use IO::Socket::INET; my ($ip, $port, $file) = @ARGV; diff --git a/scripts/perl/sendmail b/scripts/perl/sendmail index 3011ab3efd..1cf6f71d69 100644 --- a/scripts/perl/sendmail +++ b/scripts/perl/sendmail @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl ################################################################################ # sendmail.pl #