Skip to content

Commit

Permalink
build: fix syntax error in shellscript
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm authored Aug 31, 2020
1 parent aa89f8b commit df00f00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ for i in $arguments; do
INSTALL="TRUE"
FOUND="FALSE"
PACK="TRUE"
for f in *.tgz; then
for f in *.tgz
do
# If we get at least 1 result, then the file exist
# and we should quit
FOUND="TRUE"
Expand Down

0 comments on commit df00f00

Please sign in to comment.