Browse Source

Juergen Sawinski:


			
			
				rocklinux
			
			
		
Juergen "George" Sawinski 21 years ago
parent
commit
ca9918e02b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      scripts/Download

+ 1
- 1
scripts/Download

@ -92,7 +92,7 @@ mkdir -p src/ download/ ; config=default
this_is_the_2nd_run=0 this_is_the_2nd_run=0
mirror='' ; checkonly=0 ; altdir='' ; loop=1 mirror='' ; checkonly=0 ; altdir='' ; loop=1
tryques=0 ; nocheck=0 ; options='-this_is_the_2nd_run ' tryques=0 ; nocheck=0 ; options='-this_is_the_2nd_run '
notimeout=0 ; curl_options='--disable-epsv'
notimeout=0 ; curl_options='--disable-epsv --location'
# #
while [ $loop -eq 1 ] ; do while [ $loop -eq 1 ] ; do
case "$1" in case "$1" in

Loading…
Cancel
Save