patch-2.2.0-pre6 linux/scripts/header.tk

Next file: linux/scripts/mkdep.c
Previous file: linux/net/wanrouter/patchlevel
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.0-pre5/linux/scripts/header.tk linux/scripts/header.tk
@@ -207,7 +207,7 @@
 			eval $cmd
 		}
 		if [regexp {([0-9A-Za-z_]+)="([^"]*)"} $line foo var value] {
-			set cmd "global $var; set $var $value"
+			set cmd "global $var; set $var \"$value\""
 			eval $cmd
 		}
 	}

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov