diff options
author | Jim Meyering <jim@meyering.net> | 2006-08-27 19:59:15 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-08-27 19:59:15 +0000 |
commit | ba663fc19010d2d6ec95690d19ab348457ad06a1 (patch) | |
tree | d2db79f46c110bb28d5a3c277ac3a1ef7bff0e5f | |
parent | e7573e15d961b7521383f1493f830be6a6251948 (diff) | |
download | coreutils-ba663fc19010d2d6ec95690d19ab348457ad06a1.tar.xz |
Use http://, not https:// for savannah.gnu.org bug URLs.
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ * src/copy.c (copy_internal): Don't make a backup if the last component of the source name is "." or "..". - Reported by Andreas Schwab in https://savannah.gnu.org/bugs/?17540. + Reported by Andreas Schwab in http://savannah.gnu.org/bugs/?17540. * NEWS: Mention this. * tests/cp/src-base-dot: New file. Test for the above fix. * tests/cp/Makefile.am (TESTS): Add src-base-dot. @@ -71,7 +71,7 @@ * src/ls.c (gobble_file): With --color, also stat the file when we know it is a directory. Derived from an anonymous one-line fix and bug report: - <https://savannah.gnu.org/bugs/?15043>. + <http://savannah.gnu.org/bugs/?15043>. * tests/ls/color-dtype-dir: New file. Test for the above fix. * tests/ls/Makefile.am (TESTS): Add color-dtype-dir. |