diff options
author | Jim Meyering <jim@meyering.net> | 2006-09-08 08:59:31 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-09-08 08:59:31 +0000 |
commit | fc1e25cfa5d3dd30062ec481e44a90e66a40a6aa (patch) | |
tree | 2f75a114f7065cf6a968dc25846ab8d865bef99b /ChangeLog | |
parent | 926e64e0210dad275c150d1d599c021412d7e1f6 (diff) | |
download | coreutils-fc1e25cfa5d3dd30062ec481e44a90e66a40a6aa.tar.xz |
* bootstrap: Use the previously unused variable, $src,
to avoid repeating "$GNULIB_SRCDIR/$file".
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2006-09-08 Jim Meyering <jim@meyering.net> + * bootstrap: Use the previously unused variable, $src, + to avoid repeating "$GNULIB_SRCDIR/$file". + * 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. |