Skip to content

Commit e49463b

Browse files
committed
Testing fix to CI setup script
1 parent 3c7f9cd commit e49463b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.ci/scripts/setup-arm-baremetal-tools.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
# Setup arm example environment (including TOSA tools)
99
git config --global user.email "[email protected]"
1010
git config --global user.name "Github Executorch"
11-
echo "$#"
12-
if [[ -z "$#" ]]; then
11+
if [[ -z "$#" || "$#" -eq 0 ]]; then
1312
bash examples/arm/setup.sh --i-agree-to-the-contained-eula
1413
else
1514
bash examples/arm/setup.sh --i-agree-to-the-contained-eula "$#"

0 commit comments

Comments
 (0)