mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
c70f8b3c9c
Signed-off-by: Tibor Vass <tibor@docker.com>
8 lines
276 B
Go
8 lines
276 B
Go
// +build !windows
|
|
|
|
package system
|
|
|
|
// DefaultPathEnv is unix style list of directories to search for
|
|
// executables. Each directory is separated from the next by a colon
|
|
// ':' character .
|
|
const DefaultPathEnv = "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
|