From 34ce038eb6be9e0c516e0b7439e97f256f9eee0f Mon Sep 17 00:00:00 2001 From: minskim Date: Tue, 29 Apr 2008 22:03:19 +0000 Subject: Make the --binary-macpkg option compatible with the other binary-kit options. --- bootstrap/bootstrap | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'bootstrap') diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap index a9dd4ffc448..276c952e1f3 100755 --- a/bootstrap/bootstrap +++ b/bootstrap/bootstrap @@ -1,6 +1,6 @@ #! /bin/sh -# $NetBSD: bootstrap,v 1.121 2008/03/06 04:45:58 jlam Exp $ +# $NetBSD: bootstrap,v 1.122 2008/04/29 22:03:19 minskim Exp $ # # # Copyright (c) 2001-2002 Alistair G. Crooks. All rights reserved. @@ -385,8 +385,10 @@ while [ $# -gt 0 ]; do binary_gzip_kit=`get_optarg "$1"` ;; --gzip-binary-kit) binary_gzip_kit="$2"; shift ;; - --binary-macpkg) + --binary-macpkg=*) binary_macpkg=`get_optarg "$1"` ;; + --binary-macpkg) + binary_macpkg="$2"; shift ;; --full) full=yes ;; --quiet) quiet=yes ;; --help) echo "$usage"; exit ;; -- cgit v1.2.3