gruntjs / grunt-cli

Grunt's command line interface.
http://gruntjs.com/
MIT License
706 stars 248 forks source link

Remove shebang and exec permissions on shell-completion plugins #106

Open socketpair opened 8 years ago

socketpair commented 8 years ago

Please remove shebang. Without this, rpm-automatic-requirements-detector adds zsh as requirement for that module.

these files also should not be executable in order completion to work.

Exactly the same for bash completion.