diff options
author | Jim Meyering <jim@meyering.net> | 2006-09-08 08:01:17 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-09-08 08:01:17 +0000 |
commit | c4e65d56c1ea0d4165af75f692f9e026d27b7d28 (patch) | |
tree | 68032754ac579c5f7bbad3f95f2db5b2e2ff0fdf | |
parent | 80799ead4182741e4336624f553a2c79e78ba2ff (diff) | |
download | coreutils-c4e65d56c1ea0d4165af75f692f9e026d27b7d28.tar.xz |
* bootstrap: Fix last-minute typo.
-rw-r--r-- | ChangeLog | 1 | ||||
-rwxr-xr-x | bootstrap | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -5,6 +5,7 @@ the file we're copying is generated. Suggestion from Bruce Korb. (cp_mark_as_generated): Don't add C-style comments for .l or .y files. + Fix last-minute typo. 2006-09-07 Jim Meyering <jim@meyering.net> @@ -231,7 +231,7 @@ cp_mark_as_generated() ( echo "$c1-*- buffer-read-only: t -*- vi: set ro:$c2" - echo "$c1DO NOT EDIT! GENERATED AUTOMATICALLY!$c2" + echo "${c1}DO NOT EDIT! GENERATED AUTOMATICALLY!$c2" cat "$src" ) >> "$dst" } |