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 746d1e5 commit cde81bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CloneStuff.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Set default value for __retries
__retries=5
__command=
__command=""

while :
do
Expand Down Expand Up @@ -36,7 +36,7 @@ do
shift
done

if [[ -z "$__command"]]
if [[ -z "$__command" ]]; then
echo "ERROR: Please supply a value for '-command'"
exit 2
fi
Expand Down

0 comments on commit cde81bd

Please sign in to comment.