public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Subject: [PATCH 2.4] Fix Kernel 2.4 build with bash 4
@ 2009-10-02  9:17 Stefan Seyfried
  2009-10-02  9:25 ` Willy Tarreau
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Seyfried @ 2009-10-02  9:17 UTC (permalink / raw)
  To: linux-kernel; +Cc: Willy Tarreau


Signed-off-by: Stefan <stefan.seyfried@googlemail.com>
---
 scripts/Configure |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/Configure b/scripts/Configure
index 1a3af43..7a73423 100644
--- a/scripts/Configure
+++ b/scripts/Configure
@@ -546,9 +546,9 @@ if [ -f $DEFAULTS ]; then
   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.$$
+  . ./.config-is-not.$$
   rm .config-is-not.$$
 else
   echo "#"
-- 
1.6.4.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-10-02  9:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-02  9:17 Subject: [PATCH 2.4] Fix Kernel 2.4 build with bash 4 Stefan Seyfried
2009-10-02  9:25 ` Willy Tarreau
2009-10-02  9:31   ` Stefan Seyfried

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox