svn commit: r248149 - projects/portbuild/scripts

Erwin Lansing erwin at FreeBSD.org
Mon Mar 11 07:55:50 UTC 2013


Author: erwin
Date: Mon Mar 11 07:55:49 2013
New Revision: 248149
URL: http://svnweb.freebsd.org/changeset/base/248149

Log:
  Actually use first argument and not scriptname
  for figuring out which arch to run on.

Modified:
  projects/portbuild/scripts/do-cleanup-chroots

Modified: projects/portbuild/scripts/do-cleanup-chroots
==============================================================================
--- projects/portbuild/scripts/do-cleanup-chroots	Mon Mar 11 07:53:51 2013	(r248148)
+++ projects/portbuild/scripts/do-cleanup-chroots	Mon Mar 11 07:55:49 2013	(r248149)
@@ -5,7 +5,7 @@
 
 pbc=${PORTBUILD_CHECKOUT:-/a/portbuild}
 
-arch=$0
+arch=$1
 if [ -z "$arch" ]; then
   arch=all
 fi


More information about the svn-src-projects mailing list