aboutsummaryrefslogtreecommitdiff
path: root/bin/plmu.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/plmu.sh')
-rw-r--r--bin/plmu.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/plmu.sh b/bin/plmu.sh
index 78778920..06d5ce1d 100644
--- a/bin/plmu.sh
+++ b/bin/plmu.sh
@@ -12,10 +12,10 @@ fi
# Get the list of modules; sort them in case our current locale disagrees on
# the existing sorting
-plenv list-modules | sort |
+plenv list-modules | LC_COLLATE=C sort |
# Exclude any modules in ~/.plenv/non-cpanm-modules if it exists
-comm -23 -- - "$ef" |
+LC_COLLATE=C comm -23 -- - "$ef" |
# Read that list of modules to upgrade and upgrade them one by one
while read -r module ; do