summaryrefslogtreecommitdiff
path: root/package/xfsprogs/patches/patch-configure
blob: 0eaf41253a86700200c081cc0c9ae64de1651ab5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- xfsprogs-3.1.5.orig/configure	2011-03-31 05:11:43.000000000 +0200
+++ xfsprogs-3.1.5/configure	2011-10-09 18:15:57.858626068 +0200
@@ -245,7 +245,7 @@ $0: the script under such a shell if you
 fi
 fi
 fi
-SHELL=${CONFIG_SHELL-/bin/sh}
+SHELL=${CONFIG_SHELL-/bin/bash}
 export SHELL
 # Unset more variables known to interfere with behavior of common tools.
 CLICOLOR_FORCE= GREP_OPTIONS=
@@ -6414,7 +6414,7 @@ fi
 LIBTOOL_DEPS="$ltmain"
 
 # Always use our own libtool.
-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+LIBTOOL='$(CONFIG_SHELL) $(top_builddir)/libtool'