Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
6e6543df
Kaydet (Commit)
6e6543df
authored
Ara 01, 2010
tarafından
Robert Nagy
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Do not try to break 2 levels if ther is only one loop to break
üst
c9eaa19f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
fetch_tarballs.sh
fetch_tarballs.sh
+3
-3
No files found.
fetch_tarballs.sh
Dosyayı görüntüle @
6e6543df
...
@@ -56,7 +56,7 @@ for i in wget /usr/bin/wget /usr/local/bin/wget /usr/sfw/bin/wget /opt/sfw/bin/w
...
@@ -56,7 +56,7 @@ for i in wget /usr/bin/wget /usr/local/bin/wget /usr/sfw/bin/wget /opt/sfw/bin/w
if
[
$ret
-eq
0
]
;
then
if
[
$ret
-eq
0
]
;
then
wget
=
$i
wget
=
$i
echo
found wget:
$wget
echo
found wget:
$wget
break
2
break
fi
fi
done
done
...
@@ -69,7 +69,7 @@ if [ -z "$wget" ]; then
...
@@ -69,7 +69,7 @@ if [ -z "$wget" ]; then
if
[
-x
$i
]
;
then
if
[
-x
$i
]
;
then
curl
=
$i
curl
=
$i
echo
found curl:
$curl
echo
found curl:
$curl
break
2
break
fi
fi
done
done
fi
fi
...
@@ -89,7 +89,7 @@ for i in md5 md5sum /usr/local/bin/md5sum gmd5sum /usr/sfw/bin/md5sum /opt/sfw/b
...
@@ -89,7 +89,7 @@ for i in md5 md5sum /usr/local/bin/md5sum gmd5sum /usr/sfw/bin/md5sum /opt/sfw/b
if
[
$ret
-eq
0
]
;
then
if
[
$ret
-eq
0
]
;
then
md5sum
=
$i
md5sum
=
$i
echo
found
md5sum
:
$md5sum
echo
found
md5sum
:
$md5sum
break
2
break
fi
fi
done
done
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment