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:
Dan Willemsen 2018-08-29 10:26:47 -07:00
parent 27a509b017
commit 6fa18f4e10
1 changed files with 1 additions and 0 deletions

View File

@ -135,6 +135,7 @@ var Configuration = map[string]PathConfig{
"true": Allowed,
"uname": Allowed,
"uniq": Allowed,
"unix2dos": Allowed,
"unzip": Allowed,
"wc": Allowed,
"which": Allowed,