Add unix2dos as an allowed PATH tool
unix2dos is used instead of todos by some build servers in development/build/tools/patch_windows_sdk.sh Test: none Change-Id: I04cb2258f71bebfc8792b7aa95643a45ffe3ec5c
This commit is contained in:
parent
27a509b017
commit
6fa18f4e10
|
@ -135,6 +135,7 @@ var Configuration = map[string]PathConfig{
|
|||
"true": Allowed,
|
||||
"uname": Allowed,
|
||||
"uniq": Allowed,
|
||||
"unix2dos": Allowed,
|
||||
"unzip": Allowed,
|
||||
"wc": Allowed,
|
||||
"which": Allowed,
|
||||
|
|
Loading…
Reference in New Issue