aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-mtx-1-2.4.27/49-bash4-configure.patch
blob: 222567d12e3693c357ca8fbf993d07920e0517be (plain)
1
2
3
4
5
6
7
8
9
10
11
--- linux/scripts/Configure-orig	2009-11-29 19:12:02.000000000 +0100
+++ linux/scripts/Configure	2009-11-29 19:12:27.000000000 +0100
@@ -543,7 +543,7 @@
   echo "#"
   echo "# Using defaults found in" $DEFAULTS
   echo "#"
-  . $DEFAULTS
+  . ./$DEFAULTS
   sed -e 's/# \(CONFIG_[^ ]*\) is not.*/\1=n/' <$DEFAULTS >.config-is-not.$$
   . .config-is-not.$$
   rm .config-is-not.$$