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
c3393443
Kaydet (Commit)
c3393443
authored
Haz 03, 2016
tarafından
David Tardon
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
drop unused option
Change-Id: I317160ca6ffc0ff1c7db443f844f02f91fad5929
üst
b2abb97a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
packimages.pl
solenv/bin/packimages.pl
+0
-3
No files found.
solenv/bin/packimages.pl
Dosyayı görüntüle @
c3393443
...
...
@@ -107,7 +107,6 @@ sub parse_options
my
$opt_help
;
my
$p
=
Getopt::Long::
Parser
->
new
();
my
@custom_path_list
;
my
$custom_path_extended
;
my
$success
=
$p
->
getoptions
(
'-h'
=>
\
$opt_help
,
'-o=s'
=>
\
$out_file
,
...
...
@@ -115,12 +114,10 @@ sub parse_options
'-s=s'
=>
\
$sort_file
,
'-m=s'
=>
\
$module_path
,
'-c=s'
=>
\
@custom_path_list
,
'-e=s'
=>
\
$custom_path_extended
,
'-l=s'
=>
\
@imagelist_path
,
'-v'
=>
\
$verbose
,
'-vv'
=>
\
$extra_verbose
);
push
@custom_path_list
,
$custom_path_extended
if
(
$custom_path_extended
);
if
(
$opt_help
||
!
$success
||
!
$out_file
||
!
$global_path
||
!
$module_path
||
!
@custom_path_list
||
!
@imagelist_path
)
{
...
...
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