summaryrefslogtreecommitdiffstats
path: root/x11-fm/rox-filer
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2003-05-19 21:55:18 +0000
committerolgeni <olgeni@FreeBSD.org>2003-05-19 21:55:18 +0000
commite169cec063af3d8d165a2cf4b25ea603b2978a5c (patch)
treea338491d450b1221ab5979784a2f42df98ecb9eb /x11-fm/rox-filer
parent1c51c9826d50212203f9aa4f0c0b41777ef948c8 (diff)
downloadFreeBSD-ports-e169cec063af3d8d165a2cf4b25ea603b2978a5c.zip
FreeBSD-ports-e169cec063af3d8d165a2cf4b25ea603b2978a5c.tar.gz
Add default CHARSET fallback (iso-8859-1).
Diffstat (limited to 'x11-fm/rox-filer')
-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 ff5c1a1..8633767 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 "$@"
OpenPOWER on IntegriCloud