mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-28 06:30:31 +00:00
This reintroduces the patch file which was removed in 3a1d9549065bfa59a92d4ecb8ec176edc20182b8 commit.
12 lines
296 B
Diff
12 lines
296 B
Diff
--- a/lesspipe.sh
|
|
+++ b/lesspipe.sh
|
|
@@ -842,7 +842,7 @@
|
|
PATH=$PATH:${0%%/lesspipe.sh}
|
|
# the current locale in lowercase (or generic utf-8)
|
|
declare -l charmap
|
|
-charmap=$(locale -k charmap) || charmap="charmap=utf-8"
|
|
+charmap="charmap=utf-8"
|
|
eval "$charmap"
|
|
|
|
sep=: # file name separator
|