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
7970675e
Kaydet (Commit)
7970675e
authored
Şub 01, 2010
tarafından
Jens-Heiner Rechtien
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
aus112: #i108254#: fix cygwin version check
üst
b3500a31
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
deliver.pl
solenv/bin/deliver.pl
+10
-10
No files found.
solenv/bin/deliver.pl
Dosyayı görüntüle @
7970675e
...
@@ -111,17 +111,17 @@ $opt_checkdlst = 0;
...
@@ -111,17 +111,17 @@ $opt_checkdlst = 0;
$delete_common
=
1
;
# for "-delete": if defined delete files from common tree also
$delete_common
=
1
;
# for "-delete": if defined delete files from common tree also
if
(
$^O
ne
'cygwin'
)
{
# iz59477 - cygwin needes a dot "." at the end of filenames to disable
if
(
$^O
ne
'cygwin'
)
{
# iz59477 - cygwin needes a dot "." at the end of filenames to disable
$maybedot
=
''
;
# some .exe transformation magic.
$maybedot
=
''
;
# some .exe transformation magic.
}
else
{
}
else
{
my
$cygvernum
=
`uname -r`
;
my
$cygvernum
=
`uname -r`
;
my
@cygvernum
=
split
(
/\./
,
$cygvernum
);
my
@cygvernum
=
split
(
/\./
,
$cygvernum
);
$cygvernum
=
shift
@cygvernum
;
$cygvernum
=
shift
@cygvernum
;
$cygvernum
.=
shift
@cygvernum
;
$cygvernum
.=
shift
@cygvernum
;
if
(
$cygvernum
lt
17
)
{
if
(
$cygvernum
<
17
)
{
$maybedot
=
'.'
;
$maybedot
=
'.'
;
}
else
{
}
else
{
$maybedot
=
''
;
# no longer works with cygwin 1.7. other magic below.
$maybedot
=
''
;
# no longer works with cygwin 1.7. other magic below.
}
}
}
}
(
$gui
=
lc
(
$ENV
{
GUI
}))
||
die
"Can't determine 'GUI'. Please set environment.\n"
;
(
$gui
=
lc
(
$ENV
{
GUI
}))
||
die
"Can't determine 'GUI'. Please set environment.\n"
;
...
...
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