OSDN Git Service

Add a shebang to the script
authorChih-Wei Huang <cwhuang@linux.org.tw>
Fri, 17 Nov 2017 09:13:45 +0000 (17:13 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Fri, 17 Nov 2017 09:49:12 +0000 (17:49 +0800)
Without the shebang the init can't exec it.

cmds/input/input

index 7f1a18e..54ab947 100755 (executable)
@@ -1,3 +1,4 @@
+#!/system/bin/sh
 # Script to start "input" on the device, which has a very rudimentary
 # shell.
 #