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
/
cwscreate
blob
c3260f746e39afa97525958f16c0b2d3af87e959
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
echo
"Please use the 'cws create' command for creating new child workspaces!"