Make it so params are correctly passed to runem.pl on Solaris.

git-svn-id: svn://10.0.0.236/trunk@74051 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
edburns%acm.org
2000-07-11 23:43:20 +00:00
parent fbb8adfdad
commit 2b9f6c2b26

View File

@@ -125,7 +125,7 @@ ifeq ($(BAL_INTERFACE),)
@echo +++ Creating runem. Use this to run the test browser.
rm -f runem
@echo #!/bin/sh > runem
@echo $(PERL) runem.pl $(DIST)/bin org.mozilla.webclient.test.EmbeddedMozilla $(DEPTH) "$1 $2 $3 $4 $5 $6" >> runem
@echo $(PERL) runem.pl $(DIST)/bin org.mozilla.webclient.test.EmbeddedMozilla $(DEPTH) "$$"1 "$$"2 "$$"3 "$$"4 "$$"4 "$$"6 >> runem
chmod 755 runem
endif