Skip to content

Commit 8bca940

Browse files
committed
added proper exe parsing for watch, supports spaces in tectonic location
1 parent ff9f29e commit 8bca940

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)