Some fixes to get the old miso viewer running.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3435 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2005-03-29 19:12:40 +00:00
parent be8a755dad
commit e47f950695
2 changed files with 11 additions and 2 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ foreach $dir (@dirs) {
$classpath = "$classpath:$jlib";
# specify our server root (this is for server code)
my $rootarg = "-Dresource_url=file:$realroot/rsrc -Dtest_dir=$realroot";
my $rootarg = "-Dresource_dir=$realroot/rsrc -Dtest_dir=$realroot";
my $pid_file = undef;
my $i = 0;