From 801815b7424f17fd6c4f1cd8668556a38fc4809d Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sat, 12 Mar 2011 22:38:38 -0800 Subject: [PATCH] Fix symstore. --- 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 90f50906..f7003d6d 100755 --- a/tools/buildbot/symstore.pl +++ b/tools/buildbot/symstore.pl @@ -36,7 +36,7 @@ while () $line = $_; $line =~ s/\.pdb/\*/; chomp $line; - Build::Command("symstore add /r /f \"..\\OUTPUT\\$line\" /s \"S:\\sourcemod" /t \"SourceMod\" /v \"$version\" /c \"$build_type\""); + Build::Command("symstore add /r /f \"..\\OUTPUT\\$line\" /s \"S:\\sourcemod\" /t \"SourceMod\" /v \"$version\" /c \"$build_type\""); } close(PDBLOG);