blob: 91896af5f88ac4d80bc10c3a5a9192eecc789059 [file] [log] [blame]
// +build !windows
package dockerfile
func defaultShellForOS(os string) []string {
return []string{"/bin/sh", "-c"}
}