option import not stopping start
This commit is contained in:
parent
23e1e4dbd7
commit
3a61a8b172
1 changed files with 0 additions and 1 deletions
|
@ -140,7 +140,6 @@ fi
|
||||||
if [[ ($IMPORT -ne 0) || (! -d $WORKDIR/.godot) ]]
|
if [[ ($IMPORT -ne 0) || (! -d $WORKDIR/.godot) ]]
|
||||||
then
|
then
|
||||||
$WORKDIR/$EXE --editor --quit
|
$WORKDIR/$EXE --editor --quit
|
||||||
exit $?
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ $EDITOR -ne 0 ]
|
if [ $EDITOR -ne 0 ]
|
||||||
|
|
Loading…
Reference in a new issue