[PC-BSD Commits] r7344 - pcbsd-projects/pbi-manager
svn at pcbsd.org
svn at pcbsd.org
Wed Aug 4 06:27:31 PDT 2010
Author: kris
Date: 2010-08-04 06:27:31 -0700 (Wed, 04 Aug 2010)
New Revision: 7344
Modified:
pcbsd-projects/pbi-manager/pbi-manager
Log:
Fixed misplaced ""
Modified: pcbsd-projects/pbi-manager/pbi-manager
===================================================================
--- pcbsd-projects/pbi-manager/pbi-manager 2010-08-04 13:25:46 UTC (rev 7343)
+++ pcbsd-projects/pbi-manager/pbi-manager 2010-08-04 13:27:31 UTC (rev 7344)
@@ -1044,7 +1044,7 @@
mk_required_dirs
if [ "$PBI_VERBOSE" = "YES" ] ; then
- echo "HASHCOUNT: `wc -l ${PBI_PROGDIRPATH}/${PBI_HASHLIST} | tr -d ' ' | cut -d "/" -f 1`"
+ echo "HASHCOUNT: `wc -l ${PBI_PROGDIRPATH}/${PBI_HASHLIST} | tr -d ' ' | cut -d '/' -f 1`"
else
echo -e "Merging with hashdir...\c"
More information about the Commits
mailing list