From a388504ed2fb8f6c28f33b0e120e2632f693ec14 Mon Sep 17 00:00:00 2001
From: Oz Linden <oz@lindenlab.com>
Date: Wed, 7 Sep 2016 13:32:49 -0400
Subject: [PATCH] fix symbolfile upload

---
 build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sh b/build.sh
index 1edf584b1f4..6a1b4813a7f 100755
--- a/build.sh
+++ b/build.sh
@@ -390,7 +390,7 @@ then
         # Upload crash reporter files
         for symbolfile in $symbolfiles
         do
-          python_cmd "$helpers/codeticket.py" output --label symbolfile "$build_dir/$symbolfile"
+          python_cmd "$helpers/codeticket.py" output --label symbolfile --output "$build_dir/$symbolfile"
         done
 
         # Upload the llphysicsextensions_tpv package, if one was produced
-- 
GitLab