summaryrefslogtreecommitdiffstats
path: root/patches/source/coreutils/no_ls_quoting.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/source/coreutils/no_ls_quoting.patch')
-rw-r--r--patches/source/coreutils/no_ls_quoting.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/patches/source/coreutils/no_ls_quoting.patch b/patches/source/coreutils/no_ls_quoting.patch
new file mode 100644
index 000000000..b8643c40f
--- /dev/null
+++ b/patches/source/coreutils/no_ls_quoting.patch
@@ -0,0 +1,11 @@
+--- ./src/ls.c.orig 2021-09-24 06:31:05.000000000 -0500
++++ ./src/ls.c 2021-09-24 19:47:32.230001419 -0500
+@@ -2342,7 +2342,7 @@
+ qs = getenv_quoting_style ();
+ if (qs < 0)
+ qs = (ls_mode == LS_LS
+- ? (stdout_isatty () ? shell_escape_quoting_style : -1)
++ ? (stdout_isatty () ? escape_quoting_style : -1)
+ : escape_quoting_style);
+ if (0 <= qs)
+ set_quoting_style (NULL, qs);