]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* bootstrap: Fix last-minute typo.
authorJim Meyering <jim@meyering.net>
Fri, 8 Sep 2006 08:01:17 +0000 (08:01 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 8 Sep 2006 08:01:17 +0000 (08:01 +0000)
ChangeLog
bootstrap

index 6708431593b7ef190b7dd9921a3ea6bc0f44da40..687014c3cddee31cba9b995150688826e5912c27 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
index 45c1f52c0f5135c892cfcce69f51bf039e47d895..f92654b66d4023344de5513103f42c140569e58f 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -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"
 }