[PC-BSD Commits] r5122 - pcbsd/trunk/pc-sysinstall/backend-query
svn at pcbsd.org
svn at pcbsd.org
Mon Nov 23 10:05:14 PST 2009
Author: kris
Date: 2009-11-23 10:05:14 -0800 (Mon, 23 Nov 2009)
New Revision: 5122
Modified:
pcbsd/trunk/pc-sysinstall/backend-query/list-components.sh
Log:
Fixed bug listing components
Modified: pcbsd/trunk/pc-sysinstall/backend-query/list-components.sh
===================================================================
--- pcbsd/trunk/pc-sysinstall/backend-query/list-components.sh 2009-11-23 18:01:33 UTC (rev 5121)
+++ pcbsd/trunk/pc-sysinstall/backend-query/list-components.sh 2009-11-23 18:05:14 UTC (rev 5122)
@@ -15,7 +15,7 @@
DESC="`grep 'description:' ${i}/component.cfg | cut -d ':' -f 2`"
TYPE="`grep 'type:' ${i}/component.cfg | cut -d ':' -f 2`"
echo " "
- echo "name:${NAME}"
+ echo "name: ${i}"
echo "desc:${DESC}"
if [ -e "${i}/component.png" ]
then
More information about the Commits
mailing list