From f9cf9dcda3278e86ea1ff6cc65b6abe8531c610f Mon Sep 17 00:00:00 2001 From: Jimmy Olgeni Date: Thu, 8 Mar 2001 15:31:52 +0000 Subject: Port bugfix: the "files/rox" script did not pass command line arguments to "AppRun". Submitted by: Thomas Leonard --- x11-fm/rox-filer/files/rox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x11-fm') 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 "$@" -- cgit v1.2.3