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
293f16bb
Kaydet (Commit)
293f16bb
authored
Eki 19, 2012
tarafından
Rene Engelhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
move 2>&1 where it belongs in soffice.sh, thanks mst
Change-Id: I5cc08e3fd88beba70cac61ff4570c02dbad9faa0
üst
ac60fba3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
soffice.sh
desktop/scripts/soffice.sh
+1
-1
No files found.
desktop/scripts/soffice.sh
Dosyayı görüntüle @
293f16bb
...
@@ -155,7 +155,7 @@ fi
...
@@ -155,7 +155,7 @@ fi
# valgrind --log-file=valgrind.log does not work well with --trace-children=yes
# valgrind --log-file=valgrind.log does not work well with --trace-children=yes
if
[
-n
"
$VALGRINDCHECK
"
-a
-z
"
$VALGRIND
"
]
;
then
if
[
-n
"
$VALGRINDCHECK
"
-a
-z
"
$VALGRIND
"
]
;
then
echo
"redirecting the standard and the error output to valgrind.log"
echo
"redirecting the standard and the error output to valgrind.log"
exec
2>&1
>
valgrind.log
exec
>
valgrind.log 2>&1
fi
fi
# oosplash does the rest: forcing pages in, javaldx etc. are
# oosplash does the rest: forcing pages in, javaldx etc. are
...
...
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