mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
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>
This commit is contained in:
committed by
Dave Chinner
parent
0be5cdd635
commit
407191f702
@@ -46,6 +46,7 @@ MAKE = @make@
|
||||
ECHO = @echo@
|
||||
SORT = @sort@
|
||||
LN_S = @LN_S@
|
||||
SHELL = @SHELL@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
MAKEDEPEND = @makedepend@
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user