Michael Vetter
2016-09-20 09:37:19 UTC
Hello guys,
I think I spotted a small mistake in the freecol.sh script.
You use test -d there which is used to look for a directory. Actually
we want to look for a jar file in that directory, so we should use test
-r.
Let me know what you think.
Patch is attached to this mail.
jubalh
I think I spotted a small mistake in the freecol.sh script.
You use test -d there which is used to look for a directory. Actually
we want to look for a jar file in that directory, so we should use test
-r.
Let me know what you think.
Patch is attached to this mail.
jubalh