You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by an...@apache.org on 2011/11/10 09:51:10 UTC

svn commit: r1200222 - in /incubator/mesos/trunk: Makefile.in src/Makefile.in

Author: andrew
Date: Thu Nov 10 08:51:10 2011
New Revision: 1200222

URL: http://svn.apache.org/viewvc?rev=1200222&view=rev
Log:
Fixes MESOS-50, replacing /bin/sh in Makefile.in and src/Makefile.in with /bin/bash. Thanks Ed Kohlwey for the patch.

Modified:
    incubator/mesos/trunk/Makefile.in
    incubator/mesos/trunk/src/Makefile.in

Modified: incubator/mesos/trunk/Makefile.in
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/Makefile.in?rev=1200222&r1=1200221&r2=1200222&view=diff
==============================================================================
--- incubator/mesos/trunk/Makefile.in (original)
+++ incubator/mesos/trunk/Makefile.in Thu Nov 10 08:51:10 2011
@@ -16,7 +16,7 @@
 
 # Makefile.
 
-SHELL = '/bin/sh'
+SHELL = '/bin/bash'
 
 BUILDSRC = @top_builddir@/src
 BINDIR = @top_builddir@/bin

Modified: incubator/mesos/trunk/src/Makefile.in
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/src/Makefile.in?rev=1200222&r1=1200221&r2=1200222&view=diff
==============================================================================
--- incubator/mesos/trunk/src/Makefile.in (original)
+++ incubator/mesos/trunk/src/Makefile.in Thu Nov 10 08:51:10 2011
@@ -16,7 +16,7 @@
 
 # Makefile.
 
-SHELL = '/bin/sh'
+SHELL = '/bin/bash'
 
 SRCDIR = @srcdir@
 INCLUDEDIR = @top_builddir@/include