lbehnke / h2database

Automatically exported from code.google.com/p/h2database
0 stars 0 forks source link

h2.sh ignores cmd line args on linux (Ubuntu 9.10) #155

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
(simple SQL scripts or simple standalone applications are preferred)

1.  start h2 with:
./h2.sh -tcpAllowOthers

What is the expected output? What do you see instead?

Expected:

 3822 pts/1    T      0:00 /bin/sh ./h2.new.sh -tcpAllowOthers
 3823 pts/1    Tl     0:01 java -cp h2-1.2.126.jar org.h2.tools.Console -
tcpAllowOthers

Actual:

 3822 pts/1    T      0:00 /bin/sh ./h2.new.sh -tcpAllowOthers
 3823 pts/1    Tl     0:01 java -cp h2-1.2.126.jar org.h2.tools.Console %@

What version of the product are you using? On what operating system, file
system, and virtual machine?

1.2.126 on Ubuntu 9.10 64, sun jdk 6 u17

Do you know a workaround?

Replace %@ with $@ in h2.sh

How important/urgent is the problem for you?
Low/low.

In your view, is this a defect or a feature request?
Very minor defect in the linux startup script.

Please provide any additional information below.
Created patch, but that's probably overkill for a single-character change.

Original issue reported on code.google.com by donald.b...@gmail.com on 25 Dec 2009 at 4:53

GoogleCodeExporter commented 9 years ago
Hi,

Thanks a lot! I will fix this in the next release.

Regards,
Thomas

Original comment by thomas.t...@gmail.com on 27 Dec 2009 at 4:07

GoogleCodeExporter commented 9 years ago
This should be fixed in version 1.2.127

Original comment by thomas.t...@gmail.com on 15 Jan 2010 at 8:16