Completion with round brackets in hxml
Closed this issue · 0 comments
platosha commented
I have an issue when launching completion. The command results in one erroneous variant every time: “zsh: unknown file attribute”.
The log shows the command looks like that:
cd "/my_project"&& haxe -main ApplicationMain -lib openfl -cp Source -cp /usr/lib/haxe/lib/openfl/1,0,4/ -D tools=1 -D openfl_ver=1.0.4 -D openfl -D display -D mac -D desktop --no-output -cp Export/mac/neko/haxe -neko Export/mac/neko/obj/ApplicationMain.n --macro allowPackage(\"flash\") --display /my_project/Source/Code.hx@105 2>&1
These round brackets in the command param “--macro allowPackage("flash")” confuse shell. I use zsh, but in bash the command results in error too.