Updated to better distinguish between options and operands
This commit is contained in:
committed by
Jean-Baptiste Queru
parent
94d3d59106
commit
582fcd428d
@@ -85,7 +85,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
while expr "x$1" : 'x-J' >/dev/null; do
|
while expr "x$1" : 'x-J' >/dev/null; do
|
||||||
opt=`expr "$1" : '-J\(.*\)'`
|
opt=`expr "x$1" : 'x-J\(.*\)'`
|
||||||
javaOpts="${javaOpts} -${opt}"
|
javaOpts="${javaOpts} -${opt}"
|
||||||
shift
|
shift
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user