I have a problem with my Gitbash. whenever I am running below drush command I am getting error
command : drush @site sqlq "select * from tablename"
error : /bin/bash: -c: line 0: unexpected EOF while looking for matching `'' /bin/bash: -c: line 1: syntax error: unexpected end of file
I tried to run simple drush commands like drush @site cc all and they are working fine.
Is this issue related to system configurations or any environment variable related problem? I tried to run this command in other system and it is working fine. I am not able to figure out what is the issue here Please help.