Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: "autoload -U" expanding alias



Thorsten Kampe wrote:
> I see. But these "0400" ".zwc.old" files are created from zrecompile
> itself. This happens only on my Linux box. My Cygwin host has no
> problems mv a 0400 file.

This seems to be deliberate. parse.c line 2631.


    if ((dfd = open(dump, O_WRONLY|O_CREAT, 0444)) < 0) {
	zwarnnam(nam, "can't write zwc file: %s", dump, 0);
	return 1;
    }

-- 
Peter Stephenson <pws@xxxxxxx>                  Software Engineer
CSR Ltd., Science Park, Milton Road,
Cambridge, CB4 0WH, UK                          Tel: +44 (0)1223 692070


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************



Messages sorted by: Reverse Date, Date, Thread, Author