Skip to content

Commit

Permalink
sort patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
koomie committed Mar 23, 2017
1 parent cfe32f5 commit 9596ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/recipes/install/common/listpatterns
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rm -f ${logfile}.*
echo ++++ search and log OpenHPC patterns

if [ -e /etc/redhat-release ];then
for pattern in `yum grouplist | grep -e "ohpc-"`; do
for pattern in `yum grouplist | grep -e "ohpc-" | sort`; do
echo "parsing $pattern"
info=`yum groupinfo $pattern | grep Description: | sed s/Description://`

Expand Down

0 comments on commit 9596ac5

Please sign in to comment.