Le 28/06/2011 15:31, Tor Lillqvist a écrit :
>> there is a space between the points in front of /ooenv
>
> That is correct. The first . is the portable Bourne style shell command to
> source a file.
>
>> 2/ the script ooenv is not executable
>
> That is because it should not be. It is sourced,
Hi,
On Tue, Jun 28, 2011 at 03:14:52PM +0200, Jean-Baptiste Faure wrote:
> When compiling master and installing using make dev-install, I found 2
> small errors :
> 1/ one typo in the comment written on the screen :
Where? :=
> > Developer installation finished, you can now execute:
> > cd /home
> there is a space between the points in front of /ooenv
That is correct. The first . is the portable Bourne style shell command to
source a file.
> 2/ the script ooenv is not executable
That is because it should not be. It is sourced, not run as a separate command
(process). Making it execut
Hi,
When compiling master and installing using make dev-install, I found 2
small errors :
1/ one typo in the comment written on the screen :
> Developer installation finished, you can now execute:
> cd /home/jbf/LibO/code/install/program
> . ./ooenv
> ./soffice.bin
there is a space between the p