Fix a logic problem.

svn path=/trunk/; revision=25592
This commit is contained in:
Gerald Combs 2008-06-24 20:54:38 +00:00
parent b47985d13e
commit 38d6dc43a4
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ sub update_config_nmake
my $version = "";
my $update_ve = 0;
if ($package_string eq "") { $update_ve = 1; };
if ($package_string ne "") { $update_ve = 1; };
open(CFGIN, "< config.nmake") || die "Can't read config.nmake!";
while ($line = <CFGIN>) {