Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6c168885 authored by George Burgess IV's avatar George Burgess IV
Browse files

cmds: add #!s

Without this, exec()ing these fails.

Found with `grep -L bin/sh $(grep -Rl Script)`

Bug: None
Test: exec()ed each of these scripts; I no longer get "exec format
error" for any of them.
Change-Id: I47db5007e5cc14ab91eb846b7bffecb925d37874
parent 8f380ab2
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
#!/system/bin/sh
# Script to start "appwidget" on the device, which has a very rudimentary shell.
# Script to start "appwidget" on the device, which has a very rudimentary shell.
base=/system
base=/system
export CLASSPATH=$base/framework/appwidget.jar
export CLASSPATH=$base/framework/appwidget.jar
+1 −0
Original line number Original line Diff line number Diff line
#!/system/bin/sh
# Script to start "bmgr" on the device, which has a very rudimentary
# Script to start "bmgr" on the device, which has a very rudimentary
# shell.
# shell.
#
#
+1 −0
Original line number Original line Diff line number Diff line
#!/system/bin/sh
# Script to start "bu" on the device
# Script to start "bu" on the device
#
#
base=/system
base=/system
+1 −0
Original line number Original line Diff line number Diff line
#!/system/bin/sh
# Script to start "content" on the device, which has a very rudimentary shell.
# Script to start "content" on the device, which has a very rudimentary shell.
base=/system
base=/system
export CLASSPATH=$base/framework/content.jar
export CLASSPATH=$base/framework/content.jar
+1 −0
Original line number Original line Diff line number Diff line
#!/system/bin/sh
# Script to start "dpm" on the device
# Script to start "dpm" on the device
#
#
base=/system
base=/system
Loading