From 3f5241c80a51b8c079673333fe046d3ffd9bb5ca Mon Sep 17 00:00:00 2001 From: stan Date: Tue, 9 Mar 2004 17:03:18 +0000 Subject: [PATCH] Removed undef warnings. git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@934 e3e1d417-86f3-4887-817a-d78f3d33393f --- scripts/zmupdate.pl.z | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/zmupdate.pl.z b/scripts/zmupdate.pl.z index a3d3fd6ce..de9205d23 100755 --- a/scripts/zmupdate.pl.z +++ b/scripts/zmupdate.pl.z @@ -81,9 +81,9 @@ $ENV{PATH} = '/bin:/usr/bin'; $ENV{SHELL} = '/bin/sh' if exists $ENV{SHELL}; delete @ENV{qw(IFS CDPATH ENV BASH_ENV)}; -my $check = undef; -my $rename = undef; -my $zone_fix = undef; +my $check = 0; +my $rename = 0; +my $zone_fix = 0; sub Usage { print( "