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

special/readonly variables in sh emulation



I've recently set /bin/sh to be zsh on my Debian Linux box to see what
if any problems occur.

The only problem with the init scripts was this:
/etc/rcS.d/S45mountnfs.sh:29: options: attempt to set slice of associative array

The offending line is:
   while read device mountpt fstype options

Everything else was fine including several configure scripts until I
tried to configure, of all things, zsh:

./configure:10594: functions: attempt to set slice of associative array

We perhaps ought to rethink the status of any special variables
in sh emulation mode. Especially those which are autoloaded out of
places like zsh/parameter. Any ideas on how to solve this?

Oliver
-- 

This e-mail and any attachment is for authorised use by the intended recipient(s) only.  It may contain proprietary material, confidential information and/or be subject to legal privilege.  It should not be copied, disclosed to, retained or used by, any other party.  If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender.  Thank you.



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