From: Brandon Casey <drafnel@xxxxxxxxx> Now that the test suite supports the Korn shell, we can use it as the default on platforms that do not ship with Bash. Signed-off-by: Brandon Casey <casey@xxxxxxxxxxxxxxx> --- Makefile | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 629ab35..9ada196 100644 --- a/Makefile +++ b/Makefile @@ -726,7 +726,7 @@ endif ifeq ($(uname_S),SunOS) NEEDS_SOCKET = YesPlease NEEDS_NSL = YesPlease - SHELL_PATH = /bin/bash + SHELL_PATH = /usr/xpg4/bin/sh SANE_TOOL_PATH = /usr/xpg6/bin:/usr/xpg4/bin NO_STRCASESTR = YesPlease NO_MEMMEM = YesPlease @@ -850,7 +850,7 @@ ifeq ($(uname_S),IRIX) NO_MMAP = YesPlease NO_EXTERNAL_GREP = UnfortunatelyYes SNPRINTF_RETURNS_BOGUS = YesPlease - SHELL_PATH = /usr/gnu/bin/bash + SHELL_PATH = /bin/ksh NEEDS_LIBGEN = YesPlease THREADED_DELTA_SEARCH = YesPlease endif @@ -870,7 +870,7 @@ ifeq ($(uname_S),IRIX64) NO_MMAP = YesPlease NO_EXTERNAL_GREP = UnfortunatelyYes SNPRINTF_RETURNS_BOGUS = YesPlease - SHELL_PATH=/usr/gnu/bin/bash + SHELL_PATH=/bin/ksh NEEDS_LIBGEN = YesPlease THREADED_DELTA_SEARCH = YesPlease endif -- 1.6.5.rc3 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html