On Tue, Feb 10, 2009 at 12:35:58PM -0700, Jim Walker wrote:
> Danek Duvall wrote:
>>>>
>>>> http://cr.opensolaris.org/~dduvall/zsh-439/
>>
>>> It would be good to get a consistent CDDL header format like what is
>>> used here in all changed files:
>>> http://cr.opensolaris.org/~dduvall/zsh-439/usr/src/Targetdirs.html
>>
>> I'm not sure I understand this. How are the CDDL headers different? wx
>> cddlchk doesn't return any errors for files that have the CDDL.
>
> wx cddlchk is a very terse check. It needs eyeballs ...
> Take a look at the files and you will see the differences.
Since you've already spotted them, could you point them out, please? I did
a diff and didn't see anything.
>>> usr/src/cmd/zsh/install-zsh
>>> - change to /usr/bin/ksh93
>>> - add "set -o errexit"
>>> - change ". ${SRC}/tools/install.subr" to "source
>>> ${SRC}/tools/install.subr"
>>> - Here's an example:
>>> http://cr.opensolaris.org/~jwalker/meld/usr/src/cmd/meld/install-sfw.html
>>
>> Pass. It works just fine as it is.
>
> I know it works as is, but the errexit fails more gracefully,
> and is the standard approach we are using for install-sfw files.
>
> Also, you should change the name to install-sfw and update
> Makefile.sfw to use install-sfw.
>
> We are trying to get things more consistent.
I've been consistently maintaining zsh since I took it over from Mike.
When I get RIFed, someone else can make it consistent with everything else
if that makes it easier for them. Until that time, forced consistency is
nothing more than a nuisance.
Danek