[PC-BSD Commits] r7320 - pcbsd-projects/pbi-manager
svn at pcbsd.org
svn at pcbsd.org
Thu Jul 29 07:05:05 PDT 2010
Author: kris
Date: 2010-07-29 07:05:05 -0700 (Thu, 29 Jul 2010)
New Revision: 7320
Modified:
pcbsd-projects/pbi-manager/pbi-manager
Log:
Fixed variable typo in dbus services function
Modified: pcbsd-projects/pbi-manager/pbi-manager
===================================================================
--- pcbsd-projects/pbi-manager/pbi-manager 2010-07-29 13:12:06 UTC (rev 7319)
+++ pcbsd-projects/pbi-manager/pbi-manager 2010-07-29 14:05:05 UTC (rev 7320)
@@ -2722,7 +2722,7 @@
dbext=".service"
# We have a service file, find the target binary and make sure its added as a wrapper only
- dbbin="`cat ${_dbfile} | grep 'Exec' | cut -d '=' -f 2`"
+ _dbbin="`cat ${_dbfile} | grep 'Exec' | cut -d '=' -f 2`"
echo "${_dbbin} ${_dbbin} binwrapper" >> "$_ef"
else
dbext=".xml"
More information about the Commits
mailing list