[PC-BSD Commits] r8043 - pcbsd/current/src-sh/pbi-manager
svn at pcbsd.org
svn at pcbsd.org
Thu Nov 18 11:43:19 PST 2010
Author: kris
Date: 2010-11-18 11:43:19 -0800 (Thu, 18 Nov 2010)
New Revision: 8043
Modified:
pcbsd/current/src-sh/pbi-manager/pbi-manager
Log:
Small fix to pbi_info, display full repo name
Modified: pcbsd/current/src-sh/pbi-manager/pbi-manager
===================================================================
--- pcbsd/current/src-sh/pbi-manager/pbi-manager 2010-11-18 19:32:17 UTC (rev 8042)
+++ pcbsd/current/src-sh/pbi-manager/pbi-manager 2010-11-18 19:43:19 UTC (rev 8043)
@@ -1805,7 +1805,7 @@
esac
if [ ! -z "${PBI_REPO}" ] ; then
- local _rDesc=`cat ${PBI_DBREPODIR}/*.${PBI_REPO} | grep "Desc:" | sed 's|Desc: ||g'`
+ local _rDesc="`cat ${PBI_DBREPODIR}/*.${PBI_REPO} | grep "Desc:" | sed 's|Desc: ||g'`"
echo "Associated Repo: ${_rDesc}"
fi
More information about the Commits
mailing list