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
-  Lines: 14
 -  Date:
Thu Oct 28 10:16:02 1999
 -  Orig file: 
v2.3.24/linux/scripts/Configure
 -  Orig date: 
Mon Oct  4 15:49:30 1999
 
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)