From d412b511af413b1d78eafb4e7c912eb1962d2188 Mon Sep 17 00:00:00 2001 From: Chih-Wei Huang Date: Fri, 17 Nov 2017 17:13:45 +0800 Subject: [PATCH] Add a shebang to the script Without the shebang the init can't exec it. --- cmds/input/input | 1 + 1 file changed, 1 insertion(+) diff --git a/cmds/input/input b/cmds/input/input index 7f1a18e369c6..54ab94762e5c 100755 --- a/cmds/input/input +++ b/cmds/input/input @@ -1,3 +1,4 @@ +#!/system/bin/sh # Script to start "input" on the device, which has a very rudimentary # shell. # -- 2.11.0