Skip to content

Commit

Permalink
Korn: fix argument processing
Browse files Browse the repository at this point in the history
  • Loading branch information
Gidon Ernst committed Nov 21, 2024
1 parent 6f964ac commit 5669e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchexec/tools/korn.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def cmdline(self, executable, options, task, rlimits):
data_model_param = get_data_model_from_task(task, {ILP32: "-32", LP64: "-64"})

if data_model_param and data_model_param not in options:
cmd += data_model_param
cmd += [data_model_param]

cmd = cmd + [task.single_input_file]

Expand Down

0 comments on commit 5669e85

Please sign in to comment.