missing quotes

master
Roxie Linden 2024-08-05 19:25:59 -07:00
parent 293187e04b
commit e96416bdd2
1 changed files with 1 additions and 1 deletions

View File

@ -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