Module Name: src Committed By: kre Date: Wed Nov 15 09:21:20 UTC 2017
Modified Files: src/bin/sh: mkoptions.sh Log Message: Sort options with long names that differ only by char case in the same order that option flags with a similar property are sorted. This corresponds with the change made to the sort order of the short names made in the previous update (1.4). Right now, this change makes no difference at all, as there are no long option names that differ only in char case (yet.) To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/bin/sh/mkoptions.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.