repo.or.cz
/
cinelerra_cv
/
ct.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'ct' of git.pipapo.org:cinelerra-ct into ct
[cinelerra_cv/ct.git]
/
admin
/
try_cinelerra
blob
45714935f836934f5559a23a5ce7eeec17af65a3
1
#!/bin/sh
2
if
test -f
.
/
cinelerra
;
then
3
export
GLOBAL_PLUGIN_DIR
=
$
(
pwd
)/
.libs
4
export
NOBUG_LOG
5
.
/
libtool
--mode
=
execute .
/
cinelerra
2
>&
1
|
tee
$$.log
6
echo
"logged to $$.log"
7
else
8
echo
"No cinelerra in current dir, this script must be run from build dir"
9
fi