You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
KanoComputing/peldins#1552
run_cmd parses the stdout output. However, on a system with
LANG=de_DE.utf8, some shell commands respond with translated text. An
example for this problem is KanoComputing/kano-burners#28.
Fix this by providing a new function with which you can choose the value
of LANG.
@rluz The idea of this one is that the commands are supposed to work if the LANG or LC_ALL environment variables are set to something other than English. it doesn't mean they have to show another language at this point, just that they don't stop working. http://pubs.opengroup.org/onlinepubs/007908775/xbd/envvar.html
Using Linux, running kano-burners will fail if LANG isn't English or C.
Tried with Ubuntu 14.04 and LANG=de_DE.UTF-8
The text was updated successfully, but these errors were encountered: