[PC-BSD Commits] r8094 - pcbsd/current/src-sh/pbi-manager
svn at pcbsd.org
svn at pcbsd.org
Tue Nov 30 10:14:48 PST 2010
Author: kris
Date: 2010-11-30 10:14:48 -0800 (Tue, 30 Nov 2010)
New Revision: 8094
Modified:
pcbsd/current/src-sh/pbi-manager/pbi-manager
Log:
Fixed small typo
Modified: pcbsd/current/src-sh/pbi-manager/pbi-manager
===================================================================
--- pcbsd/current/src-sh/pbi-manager/pbi-manager 2010-11-30 17:43:22 UTC (rev 8093)
+++ pcbsd/current/src-sh/pbi-manager/pbi-manager 2010-11-30 18:14:48 UTC (rev 8094)
@@ -1159,7 +1159,7 @@
if [ "${PBI_KEEPBUILDFILES}" = "YES" ] ; then return ; fi
if [ -z "${PBI_PROGDIRPATH}" ] ; then return ; fi
if [ "`basename $0`" = "pbi_makeport_chroot" -a -d "${PBI_PROGDIRPATH}" ] ; then
- echo "Cleaning ${PBI_PBIPROGDIRPATH}"
+ echo "Cleaning ${PBI_PROGDIRPATH}"
rm -rf "${PBI_PROGDIRPATH}"
fi
if [ -z "$PBI_CHROOTDIR" ] ; then return ; fi
More information about the Commits
mailing list