Skip to content

Commit e2e9471

Browse files
facchinmcmaglie
authored andcommitted
Lower max commandline length bound
1 parent de716ee commit e2e9471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: builder_utils/utils.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ func ExecRecipe(properties properties.Map, recipe string, removeUnsetProperties
418418
return bytes, i18n.WrapError(err)
419419
}
420420

421-
const COMMANDLINE_LIMIT = 32000
421+
const COMMANDLINE_LIMIT = 30000
422422

423423
func PrepareCommandForRecipe(buildProperties properties.Map, recipe string, removeUnsetProperties bool, echoCommandLine bool, echoOutput bool, logger i18n.Logger) (*exec.Cmd, error) {
424424
pattern := buildProperties[recipe]

0 commit comments

Comments
 (0)