ERR: RunCommand method needed return in unix.

This commit is contained in:
Brad King 2001-05-10 11:19:15 -04:00
parent 68ac32e60a
commit 09e9a53bb1
1 changed files with 1 additions and 0 deletions

View File

@ -602,6 +602,7 @@ bool cmSystemTools::RunCommand(const char* command,
fgets(buffer, BUFFER_SIZE, cpipe);
}
fclose(cpipe);
return true;
#endif
}