Re: Exec Task Problem on Linux
Earl Hood <[email protected]>
| Newsgroups | gmane.comp.jakarta.ant.user |
|---|---|
| Message-ID | <CANDwYvdmc9yPdJ4c16KPCYNh+RdrvYwfUmvjXND67=UWxAOwpg@mail.gmail.com> |
On Tue, Apr 14, 2015 at 2:21 PM, Chris Barlock wrote: > Thank you, Steve. If I make the executable="/bin/sh" and uncomment the > protoc command, I get: You need the -c option to /bin/sh to indicate it should execute the command that follows on the argument list. --ewh