Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
foo0x29a committed Oct 23, 2018
1 parent 62b3327 commit e75d714
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test.sh
Expand Up @@ -35,8 +35,7 @@ scripts=(
"hack/dep.sh"
)
fail=0
for s in "${scripts[@]}"
do
for s in "${scripts[@]}"; do
echo "RUN ${s}"
set +e
./$s
Expand Down

0 comments on commit e75d714

Please sign in to comment.