summaryrefslogtreecommitdiff
path: root/pm
diff options
context:
space:
mode:
Diffstat (limited to 'pm')
-rwxr-xr-xpm/functions3
1 files changed, 3 insertions, 0 deletions
diff --git a/pm/functions b/pm/functions
index 39872e3..ec71f78 100755
--- a/pm/functions
+++ b/pm/functions
@@ -16,6 +16,9 @@ PM_LOGFILE=${PM_LOGFILE:=/var/log/pm-suspend.log}
SUSPEND_MODULES=""
TEMPORARY_CPUFREQ_GOVERNOR="userspace"
+# Use c sort order
+export LC_COLLATE=C
+
[ -f /usr/lib/pm-utils/defaults ] && . /usr/lib/pm-utils/defaults
set +a