Skip to content

Commit

Permalink
Remove old busybox warning
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Koch <[email protected]>
  • Loading branch information
hugelgupf committed Jan 28, 2024
1 parent 8dc1068 commit 44f9530
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/mkuimage/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,6 @@ func Main(l ulog.Logger, env *golang.Environ, buildOpts *golang.BuildOpts) error
var b builder.Builder
switch *build {
case "bb", "gbb":
l.Printf("NOTE: building with the new gobusybox; to get the old behavior check out commit 8b790de")
b = builder.GBBBuilder{ShellBang: *shellbang}
case "binary":
b = builder.BinaryBuilder{}
Expand Down

0 comments on commit 44f9530

Please sign in to comment.