builder/init_shell_linux.go (4 lines of code) (raw):

// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. package builder func getShell() []string { return []string{"/bin/sh", "-c"} }