From c0046f216793a7bc0ea615333a200582b626e3ab Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Wed, 4 Sep 2013 15:39:51 -0700 Subject: Add #! to 'am' shell script Shell script needs to start with #! for exec(). Bug 10606037 Change-Id: I594da6f0433e838dcf5b45b991188ceaa52d9bd1 --- cmds/am/am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cmds/am/am') diff --git a/cmds/am/am b/cmds/am/am index c823634..1d426bc 100755 --- a/cmds/am/am +++ b/cmds/am/am @@ -1,3 +1,5 @@ +#!/system/bin/sh +# # Script to start "am" on the device, which has a very rudimentary # shell. # -- cgit v1.1