On Thu, Jun 29, 2006 at 05:43:15PM +0200, Edwin Leuven wrote:
> Bo Peng wrote:
> >>does this mean we don't need shell anymore?
> >
> >Yes. No shell is needed for lyx/trunk now. The windows installer of
> >lyx-1.4.3 (?) no longer has to bundle sh, sed, find etc.
> 
> when i launch lyx is see this in the command window:
> 
> 
> 'sh' is not recognized as an internal or external command,
> operable program or batch file.

That's from src/support/os_win32.C in the init() function.
Here "sh -c uname" is tried in order to detect a cygwin environment.
If the command is not found, it is assumed that there is no such
environment. Hence, the warning is not harmful.

I'll think about something else in order to avoid the warning.

-- 
Enrico

Reply via email to