patch-configure 574 B

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