Yokmp / atom-autocomplete-factorio

Factorio Lua API autocomplete for Atom.
https://atom.io/packages/provider-factrio-lua-api
MIT License
2 stars 1 forks source link

grep command not matching version string #2

Closed Nexela closed 6 years ago

Nexela commented 7 years ago

in prepare.sh grep command wasn't matching the version changing to this is working ok. version="$(grep -o "Factorio [[:digit:]].[[:digit:]].[[:digit:]]*" $source)"

Yokmp commented 7 years ago

I use the current Version of Cygwin and here it works as expected. [[:digit:]] and .* should mean the same. There is technically a difference but it shouldn't matter in this case.

Yokmp commented 6 years ago

New update out! Only uses PHP now which means the issue is 'solved'.