--- Akim Demaille <[EMAIL PROTECTED]> wrote:
> 
> | The following can't be done on DOS/WIN32:
> | #! /bin/sh
> | exec > foo
> | mv foo bar
> | 
> | 
> | Nor can
> | 
> | #! /bin/sh
> | exec > foo
> | rm -f foo
> | 
> | 
> | This break autoheader for Win32.
> 
> What fix do you suggest?

Haven't thought of one yet.  But whatever the fix entails it will have to close
the fd to foo before the mv/rm.

Earnie.

__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

Reply via email to