repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix invalid superflous #endif from 5bd2890a56125d391b42f34d51e2e0c57b0a80b0
[LibreOffice.git]
/
solenv
/
bin
/
createpdbrelocators
blob
40a44e8f2e7c9e4eb2c10266f0bfada0f1ac1d7f
1
#!/bin/sh
2
if
[
x
${SOLARENV}
x
=
xx
];
then
3
echo
createpdbrelocators
:
no environment found
!
4
exit
1
5
fi
6
exec
perl
-w
$SOLARENV
/
bin
/
createpdbrelocators.pl
7