1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-16 20:33:18 +02:00

* bootstrap: Fix last-minute typo.

This commit is contained in:
Jim Meyering
2006-09-08 08:01:17 +00:00
parent 80799ead41
commit c4e65d56c1
2 changed files with 2 additions and 1 deletions

View File

@@ -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>

View File

@@ -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"
}