[PC-BSD Commits] r8137 - pcbsd/current/src-sh/pbi-manager
svn at pcbsd.org
svn at pcbsd.org
Fri Dec 3 08:47:25 PST 2010
Author: kris
Date: 2010-12-03 08:47:25 -0800 (Fri, 03 Dec 2010)
New Revision: 8137
Modified:
pcbsd/current/src-sh/pbi-manager/pbi-manager
Log:
When removing hash-file use -f
Modified: pcbsd/current/src-sh/pbi-manager/pbi-manager
===================================================================
--- pcbsd/current/src-sh/pbi-manager/pbi-manager 2010-12-03 16:46:27 UTC (rev 8136)
+++ pcbsd/current/src-sh/pbi-manager/pbi-manager 2010-12-03 16:47:25 UTC (rev 8137)
@@ -3307,7 +3307,7 @@
if [ "${PBI_VERBOSE}" = "YES" ] ; then
echo "Removing unused hashfile: $tfile"
fi
- rm "${tfile}"
+ rm -f "${tfile}"
fi
}
More information about the Commits
mailing list