Skip to content

Commit

Permalink
Fix bash syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
j-woz committed Sep 9, 2024
1 parent 34120bf commit 572cd12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/github-actions/setup-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ fi
if (
set -eux
${TOOL[@]} ${PKGS[@]}
) >>& tool.log
) 2>&1 >> tool.log
then
COUNT=${#PKGS[@]}
T=$(( SECONDS - START ))
Expand Down

0 comments on commit 572cd12

Please sign in to comment.