I have exuberant tags in my mac. Since, yesterday i am getting this error ctags: illegal option -- R usage: ctags [-BFadtuwvx] [-f tagsfile] file ...
I have followed the steps mentoned in this After following the steps mentioned here i can run ctags -R from command line(iterm) But when i execute the same command from a .sh (i have a shell script where i run the cscope and ctags command using it) file i get the above error again but not when i run ctags -R from iterm directly.
Any pointers on solving this issue will be really helpfull. Thanks in advance
brew link ctags
could probably fix your problem – Pants