summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-09-08 08:01:17 +0000
committerJim Meyering <jim@meyering.net>2006-09-08 08:01:17 +0000
commitc4e65d56c1ea0d4165af75f692f9e026d27b7d28 (patch)
tree68032754ac579c5f7bbad3f95f2db5b2e2ff0fdf /bootstrap
parent80799ead4182741e4336624f553a2c79e78ba2ff (diff)
downloadcoreutils-c4e65d56c1ea0d4165af75f692f9e026d27b7d28.tar.gz
* bootstrap: Fix last-minute typo.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 45c1f52c0..f92654b66 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"
}