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
a43a76cd
Kaydet (Commit)
a43a76cd
authored
Kas 15, 2012
tarafından
Fridrich Štrba
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Differenciate error messages to know quickly what failed
Change-Id: I4a445c345706351da8f022180d142249340acd2f
üst
823b334a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
packconfig.pl
postprocess/packconfig/packconfig.pl
+2
-2
No files found.
postprocess/packconfig/packconfig.pl
Dosyayı görüntüle @
a43a76cd
...
...
@@ -124,7 +124,7 @@ sub get_core_files
find_core_files
(
$files_hash_ref
);
if
(
!
keys
%
$files_hash_ref
)
{
print_error
(
"can't find any config files in '$files_path'"
,
3
);
print_error
(
"can't find any co
re co
nfig files in '$files_path'"
,
3
);
}
return
wantarray
?
@
main::
file_list
:
\
@
main::
file_list
;
...
...
@@ -149,7 +149,7 @@ sub get_lang_files
find_lang_files
(
$files_hash_ref
,
$lang
);
if
(
!
keys
%
$files_hash_ref
)
{
print_error
(
"can't find any config files in '$files_path'"
,
3
);
print_error
(
"can't find any
lang
config files in '$files_path'"
,
3
);
}
return
wantarray
?
@
main::
file_list
:
\
@
main::
file_list
;
...
...
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