Author: jfrederic.clere(a)jboss.com
Date: 2013-06-13 04:16:57 -0400 (Thu, 13 Jun 2013)
New Revision: 3099
Modified:
trunk/build/unix/util/jlibtool.c
Log:
change to bash.
Modified: trunk/build/unix/util/jlibtool.c
===================================================================
--- trunk/build/unix/util/jlibtool.c 2013-06-13 07:50:25 UTC (rev 3098)
+++ trunk/build/unix/util/jlibtool.c 2013-06-13 08:16:57 UTC (rev 3099)
@@ -165,7 +165,7 @@
#endif
#if defined(__hpux)
-# define SHELL_CMD "/usr/bin/sh"
+# define SHELL_CMD "/usr/bin/bash"
# define DYNAMIC_LIB_EXT "sl"
# define MODULE_LIB_EXT "sl"
# define STATIC_LIB_EXT "a"
Show replies by date