Skip to content

Commit a2865a6

Browse files
authored
Merge pull request #1053 from xinslu/master
added proper exe parsing for watch, supports spaces in tectonic location
2 parents f801875 + 8bca940 commit a2865a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bin/tectonic/v2cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ impl WatchCommand {
560560
let cmd = Command::Shell {
561561
shell: shell.clone(),
562562
args: vec![],
563-
command: format!("{exe_name} -X {}", x),
563+
command: format!("\"{exe_name}\" -X {}", x),
564564
};
565565
cmds.push(cmd)
566566
}

0 commit comments

Comments
 (0)