summaryrefslogtreecommitdiff
path: root/makefile/preflighting/linux/appvalidator.sh
blob: 082d449d4051fddb124aa58e360cc6aef7ea100f (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

wdir=`dirname $0`

[ -e $wdir/motodevstudio ] && exe="motodevstudio" || exe="eclipse"

$wdir/$exe -nosplash --launcher.suppressErrors -nl en -application com.motorolamobility.preflighting.MOTODEVApplicationValidator $@ -vmargs -Xms128m -Xmx512m -Declipse.exitdata=""
err=$?

exit $err