From edb945e0c8b6666aac099303221fc84f8bcfcab5 Mon Sep 17 00:00:00 2001 From: Yoann Sculo Date: Tue, 24 Jun 2014 11:37:47 +0200 Subject: [PATCH] use /bin/sh instead of /system/bin/sh - FHS compliant --- adb/services.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/adb/services.c b/adb/services.c index 487c7d37..57c897d5 100644 --- a/adb/services.c +++ b/adb/services.c @@ -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) {