summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDave Chinner <dchinner@redhat.com>2011-07-17 11:46:56 +1000
committerDave Chinner <david@fromorbit.com>2011-07-17 11:46:56 +1000
commit407191f702c3982a1f2251a2c4b022b1b4ccc679 (patch)
treef232c7139046173d8869dc0f5589b78c4c6e328f /include
parent0be5cdd6358195c3f3228d2754835c3b11d6a159 (diff)
xfstests: don't hard code the shell binary
Recent changes to debian unstable user space have caused the xfstests build to break as certain shell functionality is being assumed by libtool and friends. The configure scripts test and select the correct shell, but the input files ignore this and hard code the shell to use and hence now break. Fix this by using the shell that the configure scripts decide is the right one to use. Signed-off-by: Dave Chinner <dchinner@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/builddefs.in1
-rw-r--r--include/buildmacros1
2 files changed, 1 insertions, 1 deletions
diff --git a/include/builddefs.in b/include/builddefs.in
index 991837f5..6519c130 100644
--- a/include/builddefs.in
+++ b/include/builddefs.in
@@ -46,6 +46,7 @@ MAKE = @make@
ECHO = @echo@
SORT = @sort@
LN_S = @LN_S@
+SHELL = @SHELL@
LIBTOOL = @LIBTOOL@
MAKEDEPEND = @makedepend@
diff --git a/include/buildmacros b/include/buildmacros
index 026ca4b3..5eb24f2e 100644
--- a/include/buildmacros
+++ b/include/buildmacros
@@ -28,7 +28,6 @@ OBJECTS = $(ASFILES:.s=.o) \
INSTALL = $(TOPDIR)/install-sh -o $(PKG_USER) -g $(PKG_GROUP)
-SHELL = /bin/sh
IMAGES_DIR = $(TOPDIR)/all-images
DIST_DIR = $(TOPDIR)/dist