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
79233d98
Kaydet (Commit)
79233d98
authored
Ara 04, 2014
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bin/run: add WNT support
Change-Id: I9dd1ae23d27c5733770314ca907b5d36b749fd74
üst
71c58fce
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
1 deletion
+23
-1
run
bin/run
+23
-1
No files found.
bin/run
Dosyayı görüntüle @
79233d98
...
...
@@ -9,7 +9,29 @@
# simple wrapper script to run non-installed executables from workdir
if
[
$(
uname
)
=
Darwin
]
;
then
if
uname
|
grep
-i
CYGWIN
>
/dev/null
;
then
dir
=
$(
realpath
"
$(
pwd
)
"
)
while
test
!
-d
"
${
dir
}
/instdir/program"
;
do
if
test
"
${
dir
}
"
=
"/"
;
then
echo
"error: cannot find
\"
program
\"
dir from
\"
$(
pwd
)
\"
"
exit
1
fi
dir
=
$(
realpath
"
${
dir
}
/.."
)
done
exedir
=
"
${
dir
}
"
/workdir/LinkTarget/Executable
export
URE_BOOTSTRAP
=
file:///
$(
cygpath
-m
"
${
dir
}
"
)
/instdir/program/fundamental.ini
export
PATH
=
${
PATH
:+
$PATH
:
}
"
${
dir
}
"
/instdir/program
echo
"setting URE_BOOTSTRAP to:
${
URE_BOOTSTRAP
}
"
echo
"setting search path to:
${
PATH
}
"
echo
"execing:
${
exedir
}
/
$1
"
exec
"
${
exedir
}
"
/
$@
elif
[
$(
uname
)
=
Darwin
]
;
then
dir
=
$(
pwd
)
...
...
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