patch-2.3.25 linux/scripts/Configure

Next file: linux/CREDITS
Previous file: linux/net/x25/af_x25.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.24/linux/scripts/Configure linux/scripts/Configure
@@ -389,9 +389,9 @@
 #	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\""
 }
 
 #


FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)