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
98847eca
Kaydet (Commit)
98847eca
authored
Agu 30, 2006
tarafından
Rüdiger Timm
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove unnecessary warning.
üst
f2894a6d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
deliver.pl
solenv/bin/deliver.pl
+4
-4
No files found.
solenv/bin/deliver.pl
Dosyayı görüntüle @
98847eca
...
...
@@ -7,9 +7,9 @@ eval 'exec perl -wS $0 ${1+"$@"}'
#
# $RCSfile: deliver.pl,v $
#
# $Revision: 1.10
4
$
# $Revision: 1.10
5
$
#
# last change: $Author:
ihi $ $Date: 2006-08-29 14:15:58
$
# last change: $Author:
rt $ $Date: 2006-08-30 15:19:24
$
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
...
...
@@ -51,7 +51,7 @@ use File::Spec;
(
$script_name
=
$0
)
=~
s/^.*\b(\w+)\.pl$/$1/
;
$id_str
=
' $Revision: 1.10
4
$ '
;
$id_str
=
' $Revision: 1.10
5
$ '
;
$id_str
=~
/Revision:\s+(\S+)\s+\$/
?
(
$script_rev
=
$1
)
:
(
$script_rev
=
"-"
);
...
...
@@ -1281,7 +1281,7 @@ sub write_log
if
(
$opt_delete
)
{
print
"LOG: removing $log_file{$log}\n"
;
next
if
(
$opt_check
);
unlink
$log_file
{
$log
}
or
warn
"Warning: cannot remove log file\n"
;
unlink
$log_file
{
$log
};
}
else
{
print
"LOG: writing $log_file{$log}\n"
;
next
if
(
$opt_check
);
...
...
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