summaryrefslogtreecommitdiffstats
path: root/source/l/glib2/libglib2.csh
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/glib2/libglib2.csh')
-rw-r--r--source/l/glib2/libglib2.csh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/l/glib2/libglib2.csh b/source/l/glib2/libglib2.csh
index c598e193a..eb0ada61a 100644
--- a/source/l/glib2/libglib2.csh
+++ b/source/l/glib2/libglib2.csh
@@ -15,7 +15,7 @@
# in the locale encoding rather than in UTF-8.
# Determine if the locale is UTF-8:
-locale charmap 2> /dev/null | grep -q UTF-8
+locale charmap | grep -q UTF-8
if ($status == 0) then
setenv G_FILENAME_ENCODING "@locale"
endif