oils-for-unix / oils

Oils is our upgrade path from bash to a better language and runtime. It's also for Python and JavaScript users who avoid shell!
http://www.oilshell.org/
Other
2.85k stars 159 forks source link

printf errors can cause status 1, rather than being fatal #2114

Open andychu opened 3 weeks ago

andychu commented 3 weeks ago

mentioned on

andychu commented 3 weeks ago

@ale5000-git This is now fixed - the printf errors are non-fatal. Thanks for the feedback

(Some shells printf a message to stderr, but exit 0. Some exit 1. OSH exits 1).

ale5000-git commented 3 weeks ago

Thanks.