mirror of https://github.com/cutefishos/appmotor
Changes: Tests fixed as the default --wait-term made them fail.
RevBy: Antti Kervinenpull/1/head
parent
35c230464b
commit
68a216dd51
@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
echo "/usr/bin/invoker --type=m" $0.launch $@
|
||||
exec /usr/bin/invoker --type=m $0.launch $@
|
||||
echo "/usr/bin/invoker --type=m --no-wait" $0.launch $@
|
||||
exec /usr/bin/invoker --type=m --no-wait $0.launch $@
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "/usr/bin/invoker --type=m" $0.launch $@
|
||||
exec /usr/bin/invoker --type=m $0.launch $@
|
||||
echo "/usr/bin/invoker --type=m --no-wait" $0.launch $@
|
||||
exec /usr/bin/invoker --type=m --no-wait $0.launch $@
|
||||
|
||||
Loading…
Reference in New Issue