We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b079ac commit dfaa102Copy full SHA for dfaa102
system-image.sh
@@ -51,6 +51,7 @@ ARCH=$ARCH
51
run_emulator()
52
{
53
[ ! -z "\$DEBUG" ] && set -x
54
+ cd "\$(dirname "\$0")" &&
55
$(emulator_command)
56
}
57
0 commit comments