1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Add default CHARSET fallback (iso-8859-1).

This commit is contained in:
Jimmy Olgeni 2003-05-19 21:55:18 +00:00
parent fa88d9fc3a
commit fd1384b659
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81493

View File

@ -1,3 +1,8 @@
#!/bin/sh
if [ -z "${CHARSET}" ]; then
CHARSET=iso-8859-1
export CHARSET
fi
exec %%PREFIX%%/apps/ROX-Filer/AppRun "$@"