summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-09-08 08:59:31 +0000
committerJim Meyering <jim@meyering.net>2006-09-08 08:59:31 +0000
commitfc1e25cfa5d3dd30062ec481e44a90e66a40a6aa (patch)
tree2f75a114f7065cf6a968dc25846ab8d865bef99b /ChangeLog
parent926e64e0210dad275c150d1d599c021412d7e1f6 (diff)
downloadcoreutils-fc1e25cfa5d3dd30062ec481e44a90e66a40a6aa.tar.xz
* bootstrap: Use the previously unused variable, $src,
to avoid repeating "$GNULIB_SRCDIR/$file".
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a7749a98b..591d4c03d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.