From e169cec063af3d8d165a2cf4b25ea603b2978a5c Mon Sep 17 00:00:00 2001 From: olgeni Date: Mon, 19 May 2003 21:55:18 +0000 Subject: Add default CHARSET fallback (iso-8859-1). --- x11-fm/rox-filer/files/rox | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'x11-fm/rox-filer') 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 "$@" -- cgit v1.1