blob: c4453459b37e152c7c9d9b3d11436c4fd306f4c9 [file] [log] [blame]
// +build !windows
package dockerfile // import "github.com/docker/docker/builder/dockerfile"
func defaultShellForOS(os string) []string {
return []string{"/bin/sh", "-c"}
}