K 10
svn:author
V 6
olgeni
K 8
svn:date
V 27
2003-06-07T19:55:11.000000Z
K 7
svn:log
V 390
The NetBeans startup script should be patched on -CURRENT only.

The -CURRENT /bin/expr command may get confused when matching regexps
against strings that begin with "-", because they are interpreted as
command flags.

Using "--" as the first flag solves this, but it will in turn confuse
-STABLE expr (syntax error), so it looks like there's no common way to do
it (that I can think of).

END
