Fixed, hopefully, one of the last bugs in the symstore script.

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402513
This commit is contained in:
David Anderson 2008-09-06 23:26:52 +00:00
parent 5caeebf807
commit d3394453ff

View File

@ -34,7 +34,7 @@ while (<PDBLOG>)
close(PDBLOG);
#Now that we're done, rsync back.
rsync('..\\..\\symstore\\', 'sourcemod@alliedmods.net:~/public_html/symbols');
rsync('../../symstore/', 'sourcemod@alliedmods.net:~/public_html/symbols');
sub rsync
{