[jira] Created: (DERBY-677) ksh scripts should be written in a more portable way

2005-11-03 Thread Knut Anders Hatlen (JIRA)
ksh scripts should be written in a more portable way Key: DERBY-677 URL: http://issues.apache.org/jira/browse/DERBY-677 Project: Derby Type: Bug Components: Demos/Scripts Versions: 10.2.0.0, 10.1.2.1

Re: [jira] Created: (DERBY-677) ksh scripts should be written in a more portable way

2005-11-03 Thread Lance J. Andersen
The better approach is to get rid of the scripts and replace them with ant based startup scripts as it is more portable, especially windows. I would not expect sh to work against a ksh script across the board myself anyways. Knut Anders Hatlen (JIRA) wrote: ksh scripts should be written in

Re: [jira] Created: (DERBY-677) ksh scripts should be written in a more portable way

2005-11-03 Thread Bernt M. Johnsen
To my knowledge, ksh-scripts are Korn-shell scripts, *not* Bourne-shell scripts. Since Bourne-shell is the most widely used shell, one could add bourne-shell scripts to Derby (.sh) , but one should not require Korn-shell scripts to be Bourne compatible. Knut Anders Hatlen (JIRA) wrote

Re: [jira] Created: (DERBY-677) ksh scripts should be written in a more portable way

2005-11-03 Thread Knut Anders Hatlen
Lance J. Andersen [EMAIL PROTECTED] writes: The better approach is to get rid of the scripts and replace them with ant based startup scripts as it is more portable, especially windows. I would not expect sh to work against a ksh script across the board myself anyways. Sure, but