summaryrefslogtreecommitdiffstats
path: root/scripts/Configure
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-01-29 01:41:54 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-01-29 01:41:54 +0000
commitf969d69ba9f952e5bdd38278e25e26a3e4a61a70 (patch)
treeb3530d803df59d726afaabebc6626987dee1ca05 /scripts/Configure
parenta10ce7ef2066b455d69187643ddf2073bfc4db24 (diff)
Merge with 2.3.27.
Diffstat (limited to 'scripts/Configure')
-rw-r--r--scripts/Configure6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/Configure b/scripts/Configure
index 0f89d25a9..d993f6bf8 100644
--- a/scripts/Configure
+++ b/scripts/Configure
@@ -389,9 +389,9 @@ function hex () {
# define_string define value
#
function define_string () {
- echo "$1="'"'$2'"' >>$CONFIG
- echo "#define $1 "'"'$2'"' >>$CONFIG_H
- eval "$1=$2"
+ echo "$1=\"$2\"" >>$CONFIG
+ echo "#define $1 \"$2\"" >>$CONFIG_H
+ eval "$1=\"$2\""
}
#