Searching for loaded modules in this list is easier with the list sorted. Signed-off-by: Paul Menzel <paulepanter@xxxxxxxxxxxxxxxxxxxxx> --- utils/alsa-info.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/utils/alsa-info.sh b/utils/alsa-info.sh index fe7c08d..5b4e045 100755 --- a/utils/alsa-info.sh +++ b/utils/alsa-info.sh @@ -127,7 +127,7 @@ withlsmod() { echo "!!All Loaded Modules" >> $FILE echo "!!------------------" >> $FILE echo "" >> $FILE - lsmod |awk {'print $1'} >> $FILE + lsmod |sort |awk {'print $1'} >> $FILE echo "" >> $FILE echo "" >> $FILE } -- 1.6.6.1
Attachment:
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
_______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxx http://mailman.alsa-project.org/mailman/listinfo/alsa-devel