repo.or.cz
/
ooovba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
merge the formfield patch from ooo-build
[ooovba.git]
/
solenv
/
bin
/
cwsattach
blob
99bcde52977a6718a2704a2a33d8131b4e18ebf6
1
#!/bin/sh
2
if
[
x
${SOLARENV}
x
=
xx
];
then
3
echo
No environment found
,
please use
'configure'
or
'setsolar'
4
exit
1
5
fi
6
exec
perl
-w
$SOLARENV
/
bin
/
cwsattach.pl
"$@"
7