* cygcheck.cc (common_paths): Add "patch".
This commit is contained in:
parent
101b3cb01a
commit
3c09c0fb25
|
@ -1,3 +1,7 @@
|
||||||
|
2006-01-19 Christopher Faylor <cgf@timesys.com>
|
||||||
|
|
||||||
|
* cygcheck.cc (common_paths): Add "patch".
|
||||||
|
|
||||||
2006-01-19 Christopher Faylor <cgf@timesys.com>
|
2006-01-19 Christopher Faylor <cgf@timesys.com>
|
||||||
|
|
||||||
* cygcheck.cc (init_paths): Record first_nonsys_path.
|
* cygcheck.cc (init_paths): Record first_nonsys_path.
|
||||||
|
|
|
@ -100,6 +100,7 @@ static common_apps[] = {
|
||||||
{"ls", 0},
|
{"ls", 0},
|
||||||
{"make", 0},
|
{"make", 0},
|
||||||
{"mv", 0},
|
{"mv", 0},
|
||||||
|
{"patch", 0},
|
||||||
{"perl", 0},
|
{"perl", 0},
|
||||||
{"rm", 0},
|
{"rm", 0},
|
||||||
{"sed", 0},
|
{"sed", 0},
|
||||||
|
|
Loading…
Reference in New Issue