Rishabh Gupta created THRIFT-5493:
-------------------------------------

             Summary: Invalid chmod command in test/go/genmock.sh
                 Key: THRIFT-5493
                 URL: https://issues.apache.org/jira/browse/THRIFT-5493
             Project: Thrift
          Issue Type: Question
          Components: Go - Library
    Affects Versions: 0.15.0, 0.16.0
            Reporter: Rishabh Gupta


The last command in `test/go/genmock.sh` is:
{code:java}
chmod a+w -R $GOPATH && rm -Rf $GOPATH {code}
When this is running the following error is seen:
{code:java}
chmod: -R: No such file or directory {code}
The command should be changed to:
{code:java}
chmod -R a+w $GOPATH && rm -Rf $GOPATH  {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to