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
1fc195f7
Kaydet (Commit)
1fc195f7
authored
Eki 17, 2013
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Simplify code (VERBOSE was unused)
Change-Id: I281be165fe110fee3e174e96e11cdbc4aa5671e0
üst
c65eb7e5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
unopkg.sh
desktop/scripts/unopkg.sh
+2
-6
No files found.
desktop/scripts/unopkg.sh
Dosyayı görüntüle @
1fc195f7
...
@@ -59,15 +59,11 @@ for arg in $@
...
@@ -59,15 +59,11 @@ for arg in $@
do
do
case
"
$arg
"
in
case
"
$arg
"
in
-env
:
*
)
BOOTSTRAPVARS
=
$BOOTSTRAPVARS
" ""
$arg
"
;;
-env
:
*
)
BOOTSTRAPVARS
=
$BOOTSTRAPVARS
" ""
$arg
"
;;
-v
)
VERBOSE
=
true
;;
--shared
)
umask
0022
;;
--verbose
)
VERBOSE
=
true
;;
# make sure shared extensions will be readable by all users
--shared
)
SHARED
=
true
;;
esac
esac
done
done
#make sure shared extensions will be readable by all users
[
"
$SHARED
"
=
true
]
&&
umask
0022
# extend the ld_library_path for java: javaldx checks the sofficerc for us
# extend the ld_library_path for java: javaldx checks the sofficerc for us
if
[
-x
"
$sd_prog
/../ure-link/bin/javaldx"
]
;
then
if
[
-x
"
$sd_prog
/../ure-link/bin/javaldx"
]
;
then
my_path
=
`
"
$sd_prog
/../ure-link/bin/javaldx"
$BOOTSTRAPVARS
\
my_path
=
`
"
$sd_prog
/../ure-link/bin/javaldx"
$BOOTSTRAPVARS
\
...
...
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