From adf80275ca9b6dff6506af2b0d49e29c70471275 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Mon, 25 Feb 2002 07:27:57 +0000 Subject: [PATCH] Use $root not $realroot. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1070 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- bin/runjava | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/runjava b/bin/runjava index 82f7190e6..dee5d0af2 100755 --- a/bin/runjava +++ b/bin/runjava @@ -70,7 +70,7 @@ foreach $dir (@dirs) { $classpath = "$classpath:$jlib"; # specify our resource root (the resource manager needs this) -my $rootarg = "-Dresource_url=file:$realroot/rsrc"; +my $rootarg = "-Dresource_url=file:$root/rsrc"; my $pid_file = undef; my $i = 0;