svn commit: r244309 - projects/portbuild/scripts
Mark Linimon
linimon at FreeBSD.org
Sun Dec 16 20:58:39 UTC 2012
Author: linimon (doc,ports committer)
Date: Sun Dec 16 20:58:39 2012
New Revision: 244309
URL: http://svnweb.freebsd.org/changeset/base/244309
Log:
Give one failure mode a better error message.
Modified:
projects/portbuild/scripts/allgohans
Modified: projects/portbuild/scripts/allgohans
==============================================================================
--- projects/portbuild/scripts/allgohans Sun Dec 16 20:54:07 2012 (r244308)
+++ projects/portbuild/scripts/allgohans Sun Dec 16 20:58:39 2012 (r244309)
@@ -23,7 +23,7 @@ doarch() {
if [ -f "${pbd}/${arch}/portbuild.conf" ]; then
. ${pbd}/${arch}/portbuild.conf
else
- echo "Invalid arch $arch"
+ echo "can't find ${pbd}/${arch}/portbuild.conf"
exit 1
fi
More information about the svn-src-projects
mailing list