We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85d4894 commit 82d4c3aCopy full SHA for 82d4c3a
gallery/how_to/work_with_microtvm/micro_tvmc.sh
@@ -1,4 +1,4 @@
1
-#!/bin/bash -euxo pipefail
+#!/bin/bash
2
# Licensed to the Apache Software Foundation (ASF) under one
3
# or more contributor license agreements. See the NOTICE file
4
# distributed with this work for additional information
@@ -16,6 +16,8 @@
16
# specific language governing permissions and limitations
17
# under the License.
18
19
+set -euxo pipefail
20
+
21
: '
22
.. _tutorial-micro-cli-tool:
23
0 commit comments