aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fm/rox-filer
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2001-03-08 23:31:52 +0800
committerolgeni <olgeni@FreeBSD.org>2001-03-08 23:31:52 +0800
commite1182c47962dd26f09b9ddc83505ac2bbf65ec14 (patch)
tree4bd4ccd87facdab8b1480b15e50072f30802ea80 /x11-fm/rox-filer
parent5fdf20aa883014b53ff8fe40a206721d25842108 (diff)
downloadfreebsd-ports-gnome-e1182c47962dd26f09b9ddc83505ac2bbf65ec14.tar.gz
freebsd-ports-gnome-e1182c47962dd26f09b9ddc83505ac2bbf65ec14.tar.zst
freebsd-ports-gnome-e1182c47962dd26f09b9ddc83505ac2bbf65ec14.zip
Port bugfix: the "files/rox" script did not pass command line arguments to
"AppRun". Submitted by: Thomas Leonard <tal00r@ecs.soton.ac.uk>
Diffstat (limited to 'x11-fm/rox-filer')
-rw-r--r--x11-fm/rox-filer/files/rox2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fm/rox-filer/files/rox b/x11-fm/rox-filer/files/rox
index aba0c60ccd0c..ff5c1a1a8d82 100644
--- a/x11-fm/rox-filer/files/rox
+++ b/x11-fm/rox-filer/files/rox
@@ -1,3 +1,3 @@
#!/bin/sh
-exec %%PREFIX%%/apps/ROX-Filer/AppRun
+exec %%PREFIX%%/apps/ROX-Filer/AppRun "$@"