Fixed typo.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1623 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2005-11-22 15:48:39 +00:00
parent 51e3885c94
commit e8fbaf354c
1 changed files with 1 additions and 1 deletions

View File

@ -580,7 +580,7 @@ sub getFilters
if ( $filter_data->{AutoExecute} ) if ( $filter_data->{AutoExecute} )
{ {
my $script = $filter_data->{AutoExecuteCmd}; my $script = $filter_data->{AutoExecuteCmd};
$script ~= s/\s.*$//; $script =~ s/\s.*$//;
if ( !-e $script ) if ( !-e $script )
{ {
Error( "Auto execute script '$script' not found, skipping filter '$filter_data->{Name}'\n" ); Error( "Auto execute script '$script' not found, skipping filter '$filter_data->{Name}'\n" );