Commit 0120fb3
committed
fix(install): suppress command echo in Windows native cmd shim
Add `@` prefix to the execution line in `native_cmd_shim` to prevent
cmd.exe from echoing the full command path before running it. Without
this, bun commands on Windows print the raw shim path in output.1 parent 94aecfa commit 0120fb3
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments