Commit cde45da3 authored by Rohit Gupta's avatar Rohit Gupta

minor fix for git-retry logging

parent d2d82907
......@@ -8,7 +8,7 @@ RETRIES=10
DELAY=10
COUNT=1
while [ $COUNT -lt $RETRIES ]; do
$REALGIT $*
$REALGIT $* >> git-clone-log.txt 2>&1
if [ $? -eq 0 ]; then
RETRIES=0
break
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment