Merge "rtcd.sh: sort functions by name"

This commit is contained in:
James Zern 2014-02-28 10:29:22 -08:00 committed by Gerrit Code Review
commit 73c65b5781

View File

@ -333,6 +333,7 @@ EOF
#
# Main Driver
#
ALL_FUNCS=$(export LC_ALL=C; echo $ALL_FUNCS | tr ' ' '\n' | sort |tr '\n' ' ')
require c
case $arch in
x86)