aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fm
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2003-05-20 05:55:18 +0800
committerolgeni <olgeni@FreeBSD.org>2003-05-20 05:55:18 +0800
commite169cec063af3d8d165a2cf4b25ea603b2978a5c (patch)
treea338491d450b1221ab5979784a2f42df98ecb9eb /x11-fm
parent1c51c9826d50212203f9aa4f0c0b41777ef948c8 (diff)
downloadfreebsd-ports-graphics-e169cec063af3d8d165a2cf4b25ea603b2978a5c.tar.gz
freebsd-ports-graphics-e169cec063af3d8d165a2cf4b25ea603b2978a5c.tar.zst
freebsd-ports-graphics-e169cec063af3d8d165a2cf4b25ea603b2978a5c.zip
Add default CHARSET fallback (iso-8859-1).
Diffstat (limited to 'x11-fm')
-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 ff5c1a1a8d8..8633767a6c3 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 "$@"