summaryrefslogtreecommitdiffstats
path: root/cmds
diff options
context:
space:
mode:
authorLuK1337 <priv.luk@gmail.com>2015-11-09 20:18:42 +0100
committerSteve Kondik <shade@chemlab.org>2015-11-10 11:14:48 -0800
commitb373b628de273d1879359d15aa5f8c721074b168 (patch)
tree8f50fa3aa931eccd6a16c6d92171eaa76010461a /cmds
parent86b02d86695d057731e4c4c07617f98785f43bf9 (diff)
downloadframeworks_base-b373b628de273d1879359d15aa5f8c721074b168.zip
frameworks_base-b373b628de273d1879359d15aa5f8c721074b168.tar.gz
frameworks_base-b373b628de273d1879359d15aa5f8c721074b168.tar.bz2
pm: Use /system/bin/sh instead of /bin/sh
We aren't symlinking /system/bin to /bin. Change-Id: Ic49fddfaa4c213b6b399ee53095772e6de45ed57
Diffstat (limited to 'cmds')
-rwxr-xr-xcmds/pm/pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds/pm/pm b/cmds/pm/pm
index 8183838..53f85b2 100755
--- a/cmds/pm/pm
+++ b/cmds/pm/pm
@@ -1,3 +1,4 @@
+#!/system/bin/sh
# Script to start "pm" on the device, which has a very rudimentary
# shell.
#