On 07.03.2012 21:21, Mladen Turk wrote:
On 03/07/2012 08:55 PM, Rainer Jung wrote:
On 07.03.2012 13:12, mt...@apache.org wrote:
Author: mturk
Date: Wed Mar 7 12:12:13 2012
New Revision: 1297948
URL: http://svn.apache.org/viewvc?rev=1297948&view=rev
Log:
/bin/ksh? Whats ksh? Use something each system should have.
Bah, what's bash?
Seriously, any reason why /bin/sh won't work?
Removed that cause there is no ksh installed by default
on some latest linux distros, and see no reason why some
special shell flavour would be needed.
I'm really undecided. I recently noticed the same annoyance (ksh gone on
Linux distros by default) and I'm still usually using ksh for scripting.
sh has some restrictions which one has to remember like "export X=Y"
does not work (assignment must be separated from export), some test
expressions do not work etc.
We could migrate the script to sh, but I'm fine with ksh or bash either.
Regards,
Rainer
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org