diff options
author | Jim Meyering <jim@meyering.net> | 2006-09-08 08:57:45 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-09-08 08:57:45 +0000 |
commit | 926e64e0210dad275c150d1d599c021412d7e1f6 (patch) | |
tree | 6741b64a138d75a46e15cdc64aeed9bc41515cf8 /ChangeLog | |
parent | c4e65d56c1ea0d4165af75f692f9e026d27b7d28 (diff) | |
download | coreutils-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |