From a64a071662b1f7e6b542474781b10cb1739ceaf3 Mon Sep 17 00:00:00 2001 From: Scott Wolchok Date: Mon, 17 Mar 2025 11:26:23 -0700 Subject: [PATCH] Update [ghstack-poisoned] --- build/build_apple_frameworks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/build_apple_frameworks.sh b/build/build_apple_frameworks.sh index 2f4fe9f117f..70c1d9a6e43 100755 --- a/build/build_apple_frameworks.sh +++ b/build/build_apple_frameworks.sh @@ -5,7 +5,7 @@ # This source code is licensed under the BSD-style license found in the # LICENSE file in the root directory of this source tree. -set -euo pipefail +set -euxo pipefail SOURCE_ROOT_DIR="" OUTPUT="cmake-out"