Skip to content

Commit dfaa102

Browse files
committedFeb 1, 2016
Have run-emulator.sh cd to system-image directory.
1 parent 9b079ac commit dfaa102

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎system-image.sh

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ ARCH=$ARCH
5151
run_emulator()
5252
{
5353
[ ! -z "\$DEBUG" ] && set -x
54+
cd "\$(dirname "\$0")" &&
5455
$(emulator_command)
5556
}
5657

0 commit comments

Comments
 (0)
Please sign in to comment.