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:
parent
fa88d9fc3a
commit
fd1384b659
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81493
@ -1,3 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ -z "${CHARSET}" ]; then
|
||||
CHARSET=iso-8859-1
|
||||
export CHARSET
|
||||
fi
|
||||
|
||||
exec %%PREFIX%%/apps/ROX-Filer/AppRun "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user