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

Commit 73fda1b9 authored by Alexey Tarasov's avatar Alexey Tarasov Committed by Jean-Baptiste Queru
Browse files

Make expr more POSIXy

Change-Id: I939cf1f227c14112656804d69c1afd7ead4a31ed
parent e3ec6d12
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ libdir=`dirname $progdir`/framework

javaOpts=""
while expr "x$1" : 'x-J' >/dev/null; do
    opt=`expr "$1" : '-J\(.*\)'`
    opt=`expr "x$1" : 'x-J\(.*\)'`
    javaOpts="${javaOpts} -${opt}"
    shift
done