Skip to content

Commit

Permalink
revert default shell to "/bin/sh"
Browse files Browse the repository at this point in the history
revert this part of f4484f8

"/bin/sh" is more likely to be found than "/usr/bin/sh" - Debian for
example!

Signed-off-by: Ramkumar Chinchani <[email protected]>
  • Loading branch information
rchincha committed Sep 26, 2022
1 parent 966bfd1 commit c0962f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
"github.com/project-stacker/stacker/types"
)

const DefaultShell = "/usr/bin/sh"
const DefaultShell = "/bin/sh"

type BuildArgs struct {
Config types.StackerConfig
Expand Down

0 comments on commit c0962f8

Please sign in to comment.