cmake does not require two arguments

This commit is contained in:
Ken Martin 2001-06-12 11:55:24 -04:00
parent cdf786f9f8
commit 8f745e7fbe
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
int main(int ac, char** av)
{
cmake cm;
if(ac < 2)
if(ac < 1)
{
cm.Usage(av[0]);
return -1;