head	1.4;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2;
locks; strict;
comment	@# @;


1.4
date	2006.06.19.20.05.51;	author olgeni;	state Exp;
branches;
next	1.3;

1.3
date	2003.05.19.21.55.18;	author olgeni;	state Exp;
branches;
next	1.2;

1.2
date	2001.03.08.15.31.52;	author olgeni;	state Exp;
branches;
next	1.1;

1.1
date	2000.11.26.04.53.53;	author dougb;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Do not set CHARSET to iso-8859-1, it is no longer needed.
@
text
@#!/bin/sh

exec %%PREFIX%%/apps/ROX-Filer/AppRun "$@@"
@


1.3
log
@Add default CHARSET fallback (iso-8859-1).
@
text
@a2 5
if [ -z "${CHARSET}" ]; then
	CHARSET=iso-8859-1
	export CHARSET
fi

@


1.2
log
@Port bugfix: the "files/rox" script did not pass command line arguments to
"AppRun".

Submitted by:	Thomas Leonard <tal00r@@ecs.soton.ac.uk>
@
text
@d3 5
@


1.1
log
@"ROX-Filer is a simple and easy to use graphical file manager for X11."

PR:		ports/22789
Submitted by:	Jimmy Olgeni <olgeni@@uli.it>
@
text
@d3 1
a3 1
exec %%PREFIX%%/apps/ROX-Filer/AppRun
@

