Skip to content

Commit

Permalink
use /bin/sh instead of /system/bin/sh - FHS compliant
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoann Sculo committed Jun 24, 2014
1 parent 838a24a commit edb945e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions adb/services.c
Original file line number Diff line number Diff line change
Expand Up @@ -333,11 +333,7 @@ static int create_subprocess(const char *cmd, const char *arg0, const char *arg1
#endif /* !HAVE_WIN32_PROC */
}

#if ADB_HOST
#define SHELL_COMMAND "/bin/sh"
#else
#define SHELL_COMMAND "/system/bin/sh"
#endif

int service_to_fd(const char *name)
{
Expand Down

0 comments on commit edb945e

Please sign in to comment.