From: Jim Meyering Date: Fri, 8 Sep 2006 08:01:17 +0000 (+0000) Subject: * bootstrap: Fix last-minute typo. X-Git-Tag: v6.2~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c4e65d56c1ea0d4165af75f692f9e026d27b7d28;p=thirdparty%2Fcoreutils.git * bootstrap: Fix last-minute typo. --- diff --git a/ChangeLog b/ChangeLog index 6708431593..687014c3cd 100644 --- 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 diff --git a/bootstrap b/bootstrap index 45c1f52c0f..f92654b66d 100755 --- 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" }