Merge "Allow the host expr." into qt-dev
This commit is contained in:
commit
a6957eeb1b
|
@ -81,6 +81,7 @@ var Configuration = map[string]PathConfig{
|
||||||
"dd": Allowed,
|
"dd": Allowed,
|
||||||
"diff": Allowed,
|
"diff": Allowed,
|
||||||
"egrep": Allowed,
|
"egrep": Allowed,
|
||||||
|
"expr": Allowed,
|
||||||
"find": Allowed,
|
"find": Allowed,
|
||||||
"fuser": Allowed,
|
"fuser": Allowed,
|
||||||
"getopt": Allowed,
|
"getopt": Allowed,
|
||||||
|
@ -134,7 +135,6 @@ var Configuration = map[string]PathConfig{
|
||||||
"du": LinuxOnlyPrebuilt,
|
"du": LinuxOnlyPrebuilt,
|
||||||
"echo": LinuxOnlyPrebuilt,
|
"echo": LinuxOnlyPrebuilt,
|
||||||
"env": LinuxOnlyPrebuilt,
|
"env": LinuxOnlyPrebuilt,
|
||||||
"expr": LinuxOnlyPrebuilt,
|
|
||||||
"head": LinuxOnlyPrebuilt,
|
"head": LinuxOnlyPrebuilt,
|
||||||
"getconf": LinuxOnlyPrebuilt,
|
"getconf": LinuxOnlyPrebuilt,
|
||||||
"hostname": LinuxOnlyPrebuilt,
|
"hostname": LinuxOnlyPrebuilt,
|
||||||
|
|
Loading…
Reference in New Issue