Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Heuzard committed Jun 20, 2024
1 parent 278ee40 commit 79211ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/command.ml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ let string_of_command_spec_with_calls call_with_tags call_with_target resolve_vi
aux buf (fun x -> Shell.quote_filename_if_needed x) q;
let c = Buffer.contents buf in
put_space ();
Buffer.add_string b ("'" ^ c ^ "'");
Buffer.add_string b (Shell.quote_filename_if_needed c);
do_specs rest
| x :: rest ->
do_spec x;
Expand Down

0 comments on commit 79211ef

Please sign in to comment.