diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2007-01-12 00:50:00 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2007-01-12 00:50:00 +0000 | 
| commit | 6561ed8ccf7e8dd56fbaaaa16a7bc9635523e059 (patch) | |
| tree | 7e3d7d7ce63ea1316e5f03208721af5625fe3dfa | |
| parent | 0d68e70bb86132a935e1521f3bf430f404f91afe (diff) | |
Allow extra command line parameters
| -rwxr-xr-x | bootstrap-configure | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap-configure b/bootstrap-configure index 8881fd59..82c9cc03 100755 --- a/bootstrap-configure +++ b/bootstrap-configure @@ -16,4 +16,4 @@ fi  		--disable-configfiles \  		--disable-initscripts \  		--disable-pcmciarules \ -		--disable-cups +		--disable-cups $*  | 
