Skip to content

Commit

Permalink
fix(rust): more param debug
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenj committed May 7, 2024
1 parent 6c39f67 commit 10c9bdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions earthly/rust/scripts/std_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ def main():
print(arg.endswith('"'))
print(len(processed_args)>0)
if len(processed_args)>0:
print(processed_args[:-1])
print('"' in processed_args[:-1])
if arg.endswith('"') and len(processed_args) > 0 and '"' in processed_args[:-1]:
processed_args[:-1] += " " + arg
Expand Down

0 comments on commit 10c9bdf

Please sign in to comment.