2008-11-07 Pavel Roskin <proski@gnu.org>
* gendistlist.sh: Use C locale for sorting to ensure consistent output on all systems.
This commit is contained in:
parent
b6c15a2d2a
commit
d99d46f105
3 changed files with 23 additions and 17 deletions
|
@ -23,6 +23,9 @@ EXTRA_DISTFILES="AUTHORS COPYING ChangeLog DISTLIST INSTALL NEWS README \
|
|||
DISTDIRS="boot bus commands conf disk docs font fs hello hook include io kern lib \
|
||||
loader normal partmap term util video"
|
||||
|
||||
LC_COLLATE=C
|
||||
export LC_COLLATE
|
||||
|
||||
for f in $EXTRA_DISTFILES; do
|
||||
echo $f
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue