aboutsummaryrefslogtreecommitdiffstats
path: root/nagios-plugins/check_cups_queue
diff options
context:
space:
mode:
Diffstat (limited to 'nagios-plugins/check_cups_queue')
-rwxr-xr-xnagios-plugins/check_cups_queue4
1 files changed, 2 insertions, 2 deletions
diff --git a/nagios-plugins/check_cups_queue b/nagios-plugins/check_cups_queue
index 859a10a..4666bc8 100755
--- a/nagios-plugins/check_cups_queue
+++ b/nagios-plugins/check_cups_queue
@@ -16,8 +16,8 @@
# Location of the lpstat command (if not in path)
LPSTAT="/usr/bin/lpstat"
-
-
+# Ensure known locale
+export LC_ALL=C
# Don't change anything below here