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 983a187 commit 0c6eb3cCopy full SHA for 0c6eb3c
.ci/scripts/setup-arm-baremetal-tools.sh
@@ -8,8 +8,7 @@
8
# Setup arm example environment (including TOSA tools)
9
git config --global user.email "[email protected]"
10
git config --global user.name "Github Executorch"
11
-echo "$#"
12
-if [[ -z "$#" ]]; then
+if [[ -z "$#" || "$#" -eq 0 ]]; then
13
bash examples/arm/setup.sh --i-agree-to-the-contained-eula
14
else
15
bash examples/arm/setup.sh --i-agree-to-the-contained-eula "$#"
0 commit comments