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
c5bd865a
Kaydet (Commit)
c5bd865a
authored
Nis 07, 2015
tarafından
Jan Holesovsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bin/run: Survive files with spaces in filenames.
Change-Id: Ifeeb839f82891057fe8e3e8fd6d537861d99f69f
üst
123c7c14
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
run
bin/run
+3
-3
No files found.
bin/run
Dosyayı görüntüle @
c5bd865a
...
@@ -29,7 +29,7 @@ if uname | grep -i CYGWIN >/dev/null; then
...
@@ -29,7 +29,7 @@ if uname | grep -i CYGWIN >/dev/null; then
echo
"setting search path to:
${
PATH
}
"
echo
"setting search path to:
${
PATH
}
"
echo
"execing:
${
exedir
}
/
$1
"
echo
"execing:
${
exedir
}
/
$1
"
exec
${
LO_TRACE
}
"
${
exedir
}
"
/
$@
exec
${
LO_TRACE
}
"
${
exedir
}
/
$@
"
elif
[
$(
uname
)
=
Darwin
]
;
then
elif
[
$(
uname
)
=
Darwin
]
;
then
...
@@ -51,7 +51,7 @@ elif [ $(uname) = Darwin ]; then
...
@@ -51,7 +51,7 @@ elif [ $(uname) = Darwin ]; then
echo
"setting search path to:
${
DYLD_LIBRARY_PATH
}
"
echo
"setting search path to:
${
DYLD_LIBRARY_PATH
}
"
echo
"execing:
${
exedir
}
/
$1
"
echo
"execing:
${
exedir
}
/
$1
"
exec
${
LO_TRACE
}
"
${
exedir
}
"
/
$@
exec
${
LO_TRACE
}
"
${
exedir
}
/
$@
"
else
else
...
@@ -73,7 +73,7 @@ else
...
@@ -73,7 +73,7 @@ else
echo
"setting search path to:
${
LD_LIBRARY_PATH
}
"
echo
"setting search path to:
${
LD_LIBRARY_PATH
}
"
echo
"execing:
${
exedir
}
/
$1
"
echo
"execing:
${
exedir
}
/
$1
"
exec
${
LO_TRACE
}
"
${
exedir
}
"
/
$@
exec
${
LO_TRACE
}
"
${
exedir
}
/
$@
"
fi
fi
...
...
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