diff options
Diffstat (limited to 'core/busybox/patches')
-rw-r--r-- | core/busybox/patches/less_t.patch | 4 |
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; |