* cygcheck.cc (common_apps): Add a few more binaries to look for.

This commit is contained in:
Christopher Faylor
2005-12-15 03:36:14 +00:00
parent 64ee06c782
commit bc0d578d39
2 changed files with 8 additions and 0 deletions

View File

@@ -89,14 +89,18 @@ static common_apps[] = {
{"gcc", 0},
{"gdb", 0},
{"grep", 0},
{"kill", 0},
{"ld", 0},
{"ls", 0},
{"make", 0},
{"mv", 0},
{"perl", 0},
{"rm", 0},
{"sed", 0},
{"ssh", 0},
{"sh", 0},
{"tar", 0},
{"test", 0},
{0, 0}
};