diff options
author | Ron Yorston <rmy@pobox.com> | 2020-08-19 09:47:28 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2020-08-19 10:00:27 +0100 |
commit | d13ee992a2ee4be395f926913e33b18bf8ef1383 (patch) | |
tree | 50c81955e83037ec901443f9fb5e5889ce0a07c1 /coreutils/true.c | |
parent | b95ed10bd31d57b1ca1fac0de273bbe98903d0b8 (diff) | |
download | busybox-w32-fix_backslash.tar.gz busybox-w32-fix_backslash.tar.bz2 busybox-w32-fix_backslash.zip |
ls: allow backslashes to be replaced in displayed pathsfix_backslash
Normally 'ls' displays paths exactly as the user enters them:
$ ls .//file
.//file
In busybox-w32 paths using backslash as a separator are displayed in
a form that can't be reused as input to the shell:
$ ls .\\file
.\file
Allow backslashes to be replaced with forward slashes if the
environment variable BB_FIX_BACKSLASH is set to 1.
See GitHub issue #196.
Diffstat (limited to 'coreutils/true.c')
0 files changed, 0 insertions, 0 deletions