Add a missing colon in one of the dist-clobbering options (not being used on Tinderbox)

This commit is contained in:
mcmullen%netscape.com 1999-05-12 02:31:06 +00:00
Родитель 78abc72193
Коммит 58f3b627ad
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -187,7 +187,7 @@ sub BuildDist()
if ($main::CLOBBER_DIST_ALL)
{
print "Clobbering ALL files inside :mozilla:dist:\n";
EmptyTree($distdirectory);
EmptyTree($distdirectory.":");
}
else
{