We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5cf6e5 commit cbbbf50Copy full SHA for cbbbf50
torchchat/utils/scripts/install_et.sh
@@ -5,7 +5,7 @@
5
# This source code is licensed under the BSD-style license found in the
6
# LICENSE file in the root directory of this source tree.
7
8
-set -ex pipefail
+set -exo pipefail
9
10
source "$(dirname "${BASH_SOURCE[0]}")/install_utils.sh"
11
torchchat/utils/scripts/install_utils.sh
if [ -z "$TORCHCHAT_ROOT" ]; then
# Get the absolute path of the current script
0 commit comments