diff options
author | jbrjake <[email protected]> | 2008-10-27 23:29:19 +0000 |
---|---|---|
committer | jbrjake <[email protected]> | 2008-10-27 23:29:19 +0000 |
commit | 0488231885d5efe92ce8dd27eb6bf31bceab642b (patch) | |
tree | 3c402cb462477a2e36705d6dc4259f4cf8db4da5 /contrib | |
parent | 0248140087b5e027330609e84662d5e831567847 (diff) |
Makes sure curl (used to get contrib code in OS X) does not load a user's .curlrc settings. Thanks, preaction!
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1875 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/Jamfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/Jamfile b/contrib/Jamfile index c22c1537b..d50a93472 100644 --- a/contrib/Jamfile +++ b/contrib/Jamfile @@ -4,7 +4,7 @@ SubDir TOP contrib ; # is installed for all other systems if $(OS) = MACOSX { - WGET = curl -L -o ; + WGET = curl -q -L -o ; } else { |