From d3394453ff81cea859dcb329b6cf5d3e5bd8f74b Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sat, 6 Sep 2008 23:26:52 +0000 Subject: [PATCH] Fixed, hopefully, one of the last bugs in the symstore script. --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402513 --- tools/buildbot/symstore.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/buildbot/symstore.pl b/tools/buildbot/symstore.pl index db2639b4..891b2b57 100755 --- a/tools/buildbot/symstore.pl +++ b/tools/buildbot/symstore.pl @@ -34,7 +34,7 @@ while () 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 {