aboutsummaryrefslogtreecommitdiff
path: root/core/busybox/patches
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-06-02 22:19:02 +0200
committerCem Keylan <cem@ckyln.com>2023-06-02 22:20:47 +0200
commitf2ae3114a44e72096fe29ad5bacc5081b16f4025 (patch)
tree994d154f6efba169a32807f28562059c36cca535 /core/busybox/patches
parent73a1a27ad1cbe6d42e6950dc2c09744a4ae900d4 (diff)
downloadrepository-f2ae3114a44e72096fe29ad5bacc5081b16f4025.tar.gz
busybox: bump to 1.36.1
Diffstat (limited to 'core/busybox/patches')
-rw-r--r--core/busybox/patches/less_t.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/busybox/patches/less_t.patch b/core/busybox/patches/less_t.patch
index f8555db2..8a19b9b2 100644
--- a/core/busybox/patches/less_t.patch
+++ b/core/busybox/patches/less_t.patch
@@ -21,8 +21,8 @@ Accept and ignore the -T flag for compatibility.
getopt32(argv, "EMmN~IF"
IF_FEATURE_LESS_TRUNCATE("S")
IF_FEATURE_LESS_RAW("R")
-- /*ignored:*/"s"
-+ /*ignored:*/"sT:", &str_ignored
+- /*ignored:*/"sX"
++ /*ignored:*/"sXT:", &str_ignored
);
argv += optind;
num_files = argc - optind;