elua: remove the : prefix for running apps
authorDaniel Kolesa <d.kolesa@samsung.com>
Wed, 5 Nov 2014 16:09:36 +0000 (16:09 +0000)
committerDaniel Kolesa <d.kolesa@samsung.com>
Wed, 5 Nov 2014 16:09:36 +0000 (16:09 +0000)
commitf0f9edd0bd1a35b52e1e0b145dd08f6183d64db3
tree18fb47607af542f94421bbab5b8c067baec0286f
parentd23b9342d5446b688db2187871817d9f0338aefa
elua: remove the : prefix for running apps

Instead, check if there is a file specified by the argument to elua and
if there is, execute it, otherwise treat it as app name. The reason this
is done is that the colon triggered ugly stuff in certain environments,
such as our MinGW crossbuild Jenkins slave.

@fix
src/Makefile_Elua_Helper.am
src/bin/elua/main.c