This commit is contained in:
johnkeis 2003-02-04 12:05:25 +00:00
Родитель b174a6e2e6
Коммит 76fcf67b1e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -938,7 +938,7 @@ EOM
#
# If the build command is specified, we build no matter what
#
if ($build_vars->eat_command("build")) {
if ($client->eat_command("build")) {
$build_vars->{SHOULD_BUILD} = 1;
}