Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Build failures on OpenIndiana 151a
[This type of question is better directed to the zsh-workers list, but
I'll answer on zsh-users since the question appeared here.]
On Oct 15, 9:15pm, Johann 'Myrkraverk' Oskarsson wrote:
}
} "builtin.epro", line 26: invalid source character: '@'
} "builtin.epro", line 26: syntax error before or at: {
}
} Sometimes, and not always, the @{ is not changed to _(( as it should
} be. For those few lines it works to change them manually.
} There are also @! to , and I think @> to )) errors.
The .epro files are generated by Src/makepro.awk, so this is probably
an incompatibility with the OpenIndiana 'awk' program.
Possibly that awk does not implement the gsub() function?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author