diff options
author | Norman Clarke <norman@njclarke.com> | 2012-07-09 01:26:55 -0300 |
---|---|---|
committer | Norman Clarke <norman@njclarke.com> | 2012-07-09 01:26:55 -0300 |
commit | 5b412ea4edbe0a5f084a60ecd1c5479768bc233e (patch) | |
tree | f0b4106d6e7c3e90ae661032cb6ee9f8e92b8b2e /makedist | |
parent | 5e59bbd94683286b4dd232508fa2c2e8ccdc70e0 (diff) | |
download | luarocks-5b412ea4edbe0a5f084a60ecd1c5479768bc233e.tar.gz luarocks-5b412ea4edbe0a5f084a60ecd1c5479768bc233e.tar.bz2 luarocks-5b412ea4edbe0a5f084a60ecd1c5479768bc233e.zip |
Fix mode string in call to io.open
On 5.2, Luarocks fails when installing some rocks with the following
error:
invalid mode 'wb+' (should match '[rwa]%+?b?')
This does not happen on 5.1; I suspect 5.2 may be stricter about
validating the mode string. The docs for 5.1 suggest the 'b' must always
come at the end:
> The mode string can also have a 'b' at the end
(http://www.lua.org/manual/5.1/manual.html#pdf-io.open)
Diffstat (limited to 'makedist')
0 files changed, 0 insertions, 0 deletions