aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-mtx-1-2.4.27/49-bash4-configure.patch
blob: 473c2ccb1dc43e41939cfb6bb7938cff1f0d0472 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- linux/scripts/Configure-orig	2009-11-29 19:12:02.000000000 +0100
+++ linux/scripts/Configure	2009-11-29 19:12:27.000000000 +0100
@@ -536,7 +536,7 @@
 
 DEFAULTS=arch/$ARCH/defconfig
 if [ -f .config ]; then
-  DEFAULTS=.config
+  DEFAULTS=./.config
 fi
 
 if [ -f $DEFAULTS ]; then
@@ -545,7 +545,7 @@
   echo "#"
   . $DEFAULTS
   sed -e 's/# \(CONFIG_[^ ]*\) is not.*/\1=n/' <$DEFAULTS >.config-is-not.$$
-  . .config-is-not.$$
+  . ./.config-is-not.$$
   rm .config-is-not.$$
 else
   echo "#"