Re: [tomcat-native] branch master updated: Support old shells.

2019-06-28 Thread Rainer Jung
Hi Felix, the script uses "#!/bin/sh" which on Solaris 10 is a very original style of Bourne Shell. Yes, it does not support that syntax. The script already uses backticks in other places. For Solaris 11 /bin/sh is a symlink to ksh and "$(...)" would work. Regards, Rainer Am 28.06.2019 um

Re: [tomcat-native] branch master updated: Support old shells.

2019-06-28 Thread Felix Schumacher
Am 27.06.19 um 01:03 schrieb rj...@apache.org: > This is an automated email from the ASF dual-hosted git repository. > > rjung pushed a commit to branch master > in repository https://gitbox.apache.org/repos/asf/tomcat-native.git > > > The following commit(s) were added to refs/heads/master by th

[tomcat-native] branch master updated: Support old shells.

2019-06-26 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-native.git The following commit(s) were added to refs/heads/master by this push: new edae9b1 Support old shells. edae9b1 is de