Files
docker-cli/components/engine/builder/dockerfile/builder_unix.go
John Howard d5ece41dcd Builder default shell
Signed-off-by: John Howard <jhoward@microsoft.com>
Upstream-commit: b18ae8c9ccc2eb6cf8aa947f25eb6f1d20089776
Component: engine
2016-06-03 13:54:31 -07:00

6 lines
85 B
Go

// +build !windows
package dockerfile
var defaultShell = []string{"/bin/sh", "-c"}