I am installing a command called gclient in Ubuntu 14.04. But It is not working and not giving any error message. I clone command from the following repository
$ git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
Then I run the command given below
$ export PATH=`pwd`/depot_tools:"$PATH"
When I run gclient command, it gives the following message
gwl@gwl-B85M-D3H:~/rajendra$ gclient
: No such file or directory
I am not getting what I am doing wrong.