missing quotes
parent
293187e04b
commit
e96416bdd2
2
build.sh
2
build.sh
|
|
@ -528,7 +528,7 @@ then
|
||||||
then
|
then
|
||||||
# BugSplat wants to see xcarchive.zip
|
# BugSplat wants to see xcarchive.zip
|
||||||
# e.g. build-darwin-x86_64/newview/Release/Second Life Test.sym.tar.gz
|
# e.g. build-darwin-x86_64/newview/Release/Second Life Test.sym.tar.gz
|
||||||
symbol_file="${build_dir}/newview/${variant}/${viewer_channel}.sym.tar.gz
|
symbol_file="${build_dir}/newview/${variant}/${viewer_channel}.sym.tar.gz"
|
||||||
if [[ ! -f "$symbol_file" ]]
|
if [[ ! -f "$symbol_file" ]]
|
||||||
then
|
then
|
||||||
# symbol tarball we prep for (e.g.) Breakpad
|
# symbol tarball we prep for (e.g.) Breakpad
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue