r6311 - packages/trunk/game-package

Jon Dowland jmtd-guest at alioth.debian.org
Tue Mar 25 20:14:32 UTC 2008


Author: jmtd-guest
Date: 2008-03-25 20:14:32 +0000 (Tue, 25 Mar 2008)
New Revision: 6311

Modified:
   packages/trunk/game-package/game-package
Log:
sort supported games

Modified: packages/trunk/game-package/game-package
===================================================================
--- packages/trunk/game-package/game-package	2008-03-25 20:13:54 UTC (rev 6310)
+++ packages/trunk/game-package/game-package	2008-03-25 20:14:32 UTC (rev 6311)
@@ -19,7 +19,8 @@
 	printf "\tname\tdescription\n"
 	printf "\t----\t-----------\n"
 
-	find $SUPPORTED -type f | grep -v '\.svn' | grep -v 'swp$' | while read file; do
+	find $SUPPORTED -type f | grep -v '\.svn' | grep -v 'swp$' | sort |
+	while read file; do
 		. $file
 		printf "\t%s\t%s\n" "$SHORTNAME" "$LONGNAME"
 	done




More information about the Pkg-games-commits mailing list