mirror of
https://github.com/openai/codex.git
synced 2026-09-11 20:36:49 +00:00
Merge 96a855374c into sapling-pr-archive-bolinfest
This commit is contained in:
@@ -268,7 +268,7 @@ async fn unicode_output(login: bool) -> anyhow::Result<()> {
|
||||
// config is actually being set correctly.
|
||||
let call_id = "unicode_output";
|
||||
let command = if cfg!(windows) {
|
||||
"cmd /c echo naïve_café"
|
||||
"& $env:COMSPEC /c echo naïve_café"
|
||||
} else {
|
||||
"echo \"naïve_café\""
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user