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 3c7f9cd commit e49463bCopy full SHA for e49463b
.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