Browse Source
On Debian/wheezy LANG and LC_ALL are empty by default (and therefore defaulting to 'C' locale), running piuparts_tap therefore fails with: | /usr/bin/piuparts_tap:26:in `gsub': invalid byte sequence in US-ASCII (ArgumentError) | from /usr/bin/piuparts_tap:26:in `<main>' The real fix would be to set LANG/LC_ALL accordingly, but we can't control this from inside the piuparts_tap script, so let's work around this issue by setting Encoding::UTF_8 explicitely. Thanks: Christian Hofstaedtler <ch@zeha.at> for feedbackmerge-requests/109/head

1 changed files with 5 additions and 0 deletions
Loading…
Reference in new issue