diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2015-03-23 23:25:25 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2015-03-23 23:25:25 -0300 |
commit | 7f7c006007c42376d711d71f42e5577d431c6b64 (patch) | |
tree | e42419133bdccfc47760783402b5781e35b55882 /rockspec | |
parent | 68aa7aef29000099ab1dfebe92052e693fe18d64 (diff) | |
download | luarocks-7f7c006007c42376d711d71f42e5577d431c6b64.tar.gz luarocks-7f7c006007c42376d711d71f42e5577d431c6b64.tar.bz2 luarocks-7f7c006007c42376d711d71f42e5577d431c6b64.zip |
Add support for space in long option assignments.
Support assignments in long option in two tokens, so that
```
luarocks --only-from /foo/bar build luasocket
```
is accepted as a synonym to:
```
luarocks --only-from=/foo/bar build luasocket
```
(This is consistent with the GNU getopt handling of "--" long options.)
Closes #65.
Diffstat (limited to 'rockspec')
0 files changed, 0 insertions, 0 deletions