aboutsummaryrefslogtreecommitdiff
path: root/x11-fm/rox-filer/files/rox
diff options
context:
space:
mode:
Diffstat (limited to 'x11-fm/rox-filer/files/rox')
-rw-r--r--x11-fm/rox-filer/files/rox5
1 files changed, 5 insertions, 0 deletions
diff --git a/x11-fm/rox-filer/files/rox b/x11-fm/rox-filer/files/rox
index ff5c1a1a8d82..8633767a6c34 100644
--- a/x11-fm/rox-filer/files/rox
+++ b/x11-fm/rox-filer/files/rox
@@ -1,3 +1,8 @@
#!/bin/sh
+if [ -z "${CHARSET}" ]; then
+ CHARSET=iso-8859-1
+ export CHARSET
+fi
+
exec %%PREFIX%%/apps/ROX-Filer/AppRun "$@"