summarylogtreecommitdiffstats
path: root/localepurge.diff
diff options
context:
space:
mode:
authorJoshua Ward2019-08-26 12:11:31 +1000
committerJoshua Ward2019-08-26 12:11:31 +1000
commit47b8d9c503673e066334638fa861793fc087cb24 (patch)
tree83ab9914a4f4e0196efe4d7bc1498e2a55370c8f /localepurge.diff
parent665837abb1bf89c2e2bf381f924ee1bd6fec1078 (diff)
downloadaur-47b8d9c503673e066334638fa861793fc087cb24.tar.gz
Update to 0.7.3.8
Diffstat (limited to 'localepurge.diff')
-rw-r--r--localepurge.diff13
1 files changed, 1 insertions, 12 deletions
diff --git a/localepurge.diff b/localepurge.diff
index c0174d5bf784..b1ec3a66b01f 100644
--- a/localepurge.diff
+++ b/localepurge.diff
@@ -168,18 +168,7 @@
+ echo " /usr/bin/localepurge-config"
echo
fi
-
-@@ -157,7 +143,7 @@
- ## all locales and create a pattern matching superfluous locales.
- nopurge=$(
- set -o noglob; # Disable path expansion and use 'echo'
-- # below to change newlines into spaces
-+ # below to change newlines into spaces
- echo $(grep --invert-match --extended-regexp '^[ \t]*(#|$)' $NOPURGECONF)
- )
- nopurgepat='@(C|'"${nopurge// /|}"')'
-@@ -172,7 +158,7 @@
- )
+
################################################################
-## Define utility functions