summaryrefslogtreecommitdiff
path: root/indra/newview/installers/darwin/apple-notarize.sh
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2022-01-13 00:18:15 +0200
committerAndrey Lihatskiy <alihatskiy@productengine.com>2022-01-13 00:18:15 +0200
commit84ea3695835ce8991897642a627799d8afd631e7 (patch)
treed93cc7cae73a1355b1aba77dd40bb1050e019565 /indra/newview/installers/darwin/apple-notarize.sh
parent12a97d50bfeb035193ccc0d2f3263f9245395584 (diff)
parent1ec05e93695a661f6b3b6e374bf60cb991bab954 (diff)
Merge branch 'master' into DRTVWR-544-maint
Diffstat (limited to 'indra/newview/installers/darwin/apple-notarize.sh')
-rwxr-xr-xindra/newview/installers/darwin/apple-notarize.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/installers/darwin/apple-notarize.sh b/indra/newview/installers/darwin/apple-notarize.sh
index 466898ecda..e019437924 100755
--- a/indra/newview/installers/darwin/apple-notarize.sh
+++ b/indra/newview/installers/darwin/apple-notarize.sh
@@ -16,8 +16,9 @@ if [ -f "$CONFIG_FILE" ]; then
--password $PASSWORD \
--asc-provider $ASC_PROVIDER \
--file "$zip_file" 2>&1)
+ echo $res
+
requestUUID=$(echo $res | awk '/RequestUUID/ { print $NF; }')
-
echo "Apple Notarization RequestUUID: $requestUUID"
if [[ -n $requestUUID ]]; then