[PC-BSD Commits] r7627 - pcbsd/current/src-qt4/pbi-manager
svn at pcbsd.org
svn at pcbsd.org
Thu Sep 23 07:26:19 PDT 2010
Author: kris
Date: 2010-09-23 07:26:19 -0700 (Thu, 23 Sep 2010)
New Revision: 7627
Modified:
pcbsd/current/src-qt4/pbi-manager/pbi-manager
Log:
Opps, fixed stray }
Modified: pcbsd/current/src-qt4/pbi-manager/pbi-manager
===================================================================
--- pcbsd/current/src-qt4/pbi-manager/pbi-manager 2010-09-23 14:24:55 UTC (rev 7626)
+++ pcbsd/current/src-qt4/pbi-manager/pbi-manager 2010-09-23 14:26:19 UTC (rev 7627)
@@ -2248,7 +2248,7 @@
echo "PBI_WRAPPERBIN=\"${PBI_FAKEBIN_DIR}\"" >> "$insc"
echo "PBI_PROGDIRPATH=\"${PBI_PROGDIRPATH}\"" >> "$insc"
echo "SYS_LOCALBASE=\"${SYS_LOCALBASE}\"" >> "$insc"
- echo "cd \"\$PBI_PROGDIRPATH}\"" >> "$insc"
+ echo "cd \"\$PBI_PROGDIRPATH\"" >> "$insc"
# Xorg Font setup
if [ "${PBI_USESYSFONTS}" != "NO" ] ; then
More information about the Commits
mailing list