summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-09-08 08:57:45 +0000
committerJim Meyering <jim@meyering.net>2006-09-08 08:57:45 +0000
commit926e64e0210dad275c150d1d599c021412d7e1f6 (patch)
tree6741b64a138d75a46e15cdc64aeed9bc41515cf8 /ChangeLog
parentc4e65d56c1ea0d4165af75f692f9e026d27b7d28 (diff)
downloadcoreutils-926e64e0210dad275c150d1d599c021412d7e1f6.tar.xz
* bootstrap (cp_mark_as_generated): Don't use "local", to
accommodate ancient "/bin/sh". Suggested by Ralf Wildenhues. Rename now-global "$src" and "$dst" to have cp_ prefix. Safer, and avoids confusion.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 687014c3c..a7749a98b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2006-09-08 Jim Meyering <jim@meyering.net>
+ * bootstrap (cp_mark_as_generated): Don't use "local", to
+ accommodate ancient "/bin/sh". Suggested by Ralf Wildenhues.
+ Rename now-global "$src" and "$dst" to have cp_ prefix.
+ Safer, and avoids confusion.
+
* bootstrap (cp_mark_as_generated): New function.
(slurp): Use it to prepend editor hints and a warning that
the file we're copying is generated.