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

Re: zsh does not execute skripts on AIX?



> I have encountered a strange behavour of the zsh on AIX 3.2 .
> The zsh (2.5 and 3.1) does not execute scripts that are passed to the
> /bin/sh . The sh drops the error message:
> : 0402-026 The specified data is not a valid identifier.

Looks like there is some junk in the environment which confuses /bin/sh.
I've never had such problems on AIX.  Probably the program which calls zsh
put something into the environment which sh cannot handle.  Zsh just passes
this down to sh while ksh probably filters this out.

Zoltan



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