[PC-BSD Commits] r13319 - pcbsd/current/src-sh/pbi-manager
svn at pcbsd.org
svn at pcbsd.org
Wed Oct 12 09:53:06 PDT 2011
Author: kris
Date: 2011-10-12 09:53:05 -0700 (Wed, 12 Oct 2011)
New Revision: 13319
Modified:
pcbsd/current/src-sh/pbi-manager/pbi-manager
Log:
Fix a few typos in saving uninstall script
Modified: pcbsd/current/src-sh/pbi-manager/pbi-manager
===================================================================
--- pcbsd/current/src-sh/pbi-manager/pbi-manager 2011-10-12 12:48:50 UTC (rev 13318)
+++ pcbsd/current/src-sh/pbi-manager/pbi-manager 2011-10-12 16:53:05 UTC (rev 13319)
@@ -3681,9 +3681,9 @@
# Remove the binary wrapper sym-links
if [ -e "${PBI_STAGEDIR}/${PBI_FAKEBIN_DIR}/${PBI_UNINS_PATHSCRIPT}" ] ; then
- echo 'if [ `id -u` = "0" ] ; then ' >>${uins}
+ echo 'if [ `id -u` = "0" ] ; then ' >>${uisc}
echo " $PBI_PROGDIRPATH/${PBI_FAKEBIN_DIR}/${PBI_UNINS_PATHSCRIPT}" >>${uisc}
- echo "fi" >>${uins}
+ echo "fi" >>${uisc}
fi
# Look for any XDG scripts
More information about the Commits
mailing list