typo
This commit is contained in:
parent
c8b029fe7e
commit
df29b463a2
|
@ -22,7 +22,7 @@ open -g $editorpath --args \
|
|||
-projectPath "$(pwd)/game"
|
||||
|
||||
# wait for editor log to exist
|
||||
while [ ! -f $editorlog ]
|
||||
while [ ! -f $editorlogpath ]
|
||||
do
|
||||
sleep 1
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue