Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 11c5f57f authored by Nate Karstens's avatar Nate Karstens Committed by Jean-Baptiste Queru
Browse files

Updated to better distinguish between options and operands

parent fe77558c
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -38,7 +38,7 @@ libdir=`dirname $progdir`/framework


javaOpts=""
javaOpts=""
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