diff options
author | George Burgess IV <gbiv@google.com> | 2017-11-06 23:56:54 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-11-06 23:56:54 +0000 |
commit | d7f98747b37882c9e0821287d8dfa43f72e8c95f (patch) | |
tree | 00e5f5ec27554b1f1c42e81cc2134ce29beb5985 /cmds/sm | |
parent | 7811c6b89a31c6ce6bdc628adab8d9365eeb88d4 (diff) | |
parent | 4037fe04d2cd4a8ef8e8cb9fcc490d71a7adbeeb (diff) |
Merge "cmds: add #!s" am: 8911c35df3 am: 2c61e3de27
am: 4037fe04d2
Change-Id: If3ccdda50e4542c62a99021576a7717632e5dd40
Diffstat (limited to 'cmds/sm')
-rwxr-xr-x | cmds/sm/sm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds/sm/sm b/cmds/sm/sm index 8fba0070630f..4bc859e0c374 100755 --- a/cmds/sm/sm +++ b/cmds/sm/sm @@ -1,3 +1,4 @@ +#!/system/bin/sh # Script to start "sm" on the device, which has a very rudimentary # shell. # |