Hi I am trying to run logwatch with the command
/usr/share/logwatch/scripts/logwatch.pl
and I get the errors
sh: -c: line 0: unexpected EOF while looking for matching `"'
sh: -c: line 1: syntax error: unexpected end of file
but everything looks ok
my logwatch file sample
#!/usr/bin/perl -w
use strict;
################################################## ########################
# $Id: logwatch.pl,v 1.192 2007/05/20 00:24:20 kirk Exp $
################################################## ########################
# Most current version can always be found at:
#
ftp://ftp.logwatch.org/pub/redhat/RPMS
################################################## ######
# Specify version and build-date:
my $Version = '7.3.6';
my $VDate = '05/19/07';