svn commit: r244334 - projects/portbuild/tools
Mark Linimon
linimon at FreeBSD.org
Mon Dec 17 00:55:18 UTC 2012
Author: linimon (doc,ports committer)
Date: Mon Dec 17 00:55:17 2012
New Revision: 244334
URL: http://svnweb.freebsd.org/changeset/base/244334
Log:
Cleanup.
Modified:
projects/portbuild/tools/addarch
Modified: projects/portbuild/tools/addarch
==============================================================================
--- projects/portbuild/tools/addarch Mon Dec 17 00:42:23 2012 (r244333)
+++ projects/portbuild/tools/addarch Mon Dec 17 00:55:17 2012 (r244334)
@@ -136,7 +136,7 @@ if [ ! -x ${pbc}/qmanager/${QMANAGER} ];
echo "you need to install ${QMANAGER} under ${pbc}/qmanager/ and re-run this script."
exit 1
else
- running=`ps ax | grep -v grep | grep $qm`
+ running=`ps ax | grep -v grep | grep ${QMANAGER}`
if [ -z "${running}" ]; then
echo "${QMANAGER} is not running. run /usr/local/etc/rc.d/qmanager.sh and re-run this script."
exit 1
More information about the svn-src-projects
mailing list