[PC-BSD Commits] r7541 - pcbsd/current/src-qt4/pbi-manager
svn at pcbsd.org
svn at pcbsd.org
Sat Sep 11 13:52:06 PDT 2010
Author: kris
Date: 2010-09-11 13:52:06 -0700 (Sat, 11 Sep 2010)
New Revision: 7541
Modified:
pcbsd/current/src-qt4/pbi-manager/pbi-manager
Log:
Fixed missing '"'
Modified: pcbsd/current/src-qt4/pbi-manager/pbi-manager
===================================================================
--- pcbsd/current/src-qt4/pbi-manager/pbi-manager 2010-09-11 19:30:44 UTC (rev 7540)
+++ pcbsd/current/src-qt4/pbi-manager/pbi-manager 2010-09-11 20:52:06 UTC (rev 7541)
@@ -2311,7 +2311,7 @@
-F "SYSVER=${_ufbsdver}" \
-F "SVNREV=${_svnrev}" \
"${PBI_UPDATEURL}" >/dev/null 2>/dev/null
- if [ "$?" != 0" ]; then
+ if [ "$?" != "0" ]; then
_fullUp="0"
else
# Good download, so lets try applying the patch
More information about the Commits
mailing list