Necessary changes to get webclient running on Win32 with new nsIProfile stuff.

git-svn-id: svn://10.0.0.236/trunk@95883 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
edburns%acm.org
2001-05-24 22:38:40 +00:00
parent 527519b115
commit 7b929df0cf
4 changed files with 9 additions and 7 deletions

View File

@@ -61,7 +61,7 @@ if ($ARGV[0] eq "unix") {
exec $cmd;
}
else {
$cmd = "move tmp.tmp $ARGV[1]";
$cmd = "copy tmp.tmp $ARGV[1]";
exec $cmd;
$cmd = "del tmp.tmp";
exec $cmd;