Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
wtgodbe committed Oct 26, 2018
1 parent 64beb66 commit 746d1e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CloneStuff.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
__retries=5
__command=

while :; do
while :
do
if [ $# -le 0 ]; then
break
fi
Expand Down

0 comments on commit 746d1e5

Please sign in to comment.