Change #276692
| Category | gcoreutils |
| Changed by | Pádraig Brady <P@draigBrady.com> |
| Changed at | Sat 01 Aug 2026 13:38:28 |
| Repository | git://git.savannah.gnu.org/coreutils.git |
| Project | gcoreutils |
| Branch | master |
| Revision | 05ab72f236bea585f6698c1099641f3de91762e5 |
Comments
realpath: quote problematic names on tty * doc/coreutils.texi: Mention $QUOTING_STYLE is significant. * src/realpath.c (print_relative_path): New function to buffer relative paths when quoting, and otherwise stream them. (main): Look up $QUOTING_STYLE when outputting to a tty and --zero is not specified. * tests/misc/realpath.sh: Add a test case. * NEWS: Mention the improvement.
Changed files
- NEWS
- doc/coreutils.texi
- src/realpath.c
- tests/misc/realpath.sh