Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AC01310E32 for ; Sat, 22 Nov 2014 23:39:25 +0000 (UTC) Received: (qmail 24831 invoked by uid 500); 22 Nov 2014 23:39:25 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 24768 invoked by uid 500); 22 Nov 2014 23:39:25 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 24759 invoked by uid 99); 22 Nov 2014 23:39:25 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Nov 2014 23:39:25 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 4EC11A1507F; Sat, 22 Nov 2014 23:39:25 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: kxepal@apache.org To: commits@couchdb.apache.org Message-Id: <336918e2ebc7453b8cf78ab47f850cae@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: couchdb commit: updated refs/heads/master to 76c1449 Date: Sat, 22 Nov 2014 23:39:25 +0000 (UTC) Repository: couchdb Updated Branches: refs/heads/master a79b07b4a -> 76c14490d Revert accidental shebang change about target python binary OSX doesn't provides symlinks against major Python versions as Linux does. Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/76c14490 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/76c14490 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/76c14490 Branch: refs/heads/master Commit: 76c14490da9ae486cf0b2bd7e61a8f3887b69e61 Parents: a79b07b Author: Alexander Shorin Authored: Sun Nov 23 02:38:00 2014 +0300 Committer: Alexander Shorin Committed: Sun Nov 23 02:38:00 2014 +0300 ---------------------------------------------------------------------- dev/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/76c14490/dev/run ---------------------------------------------------------------------- diff --git a/dev/run b/dev/run index 932fbae..94732e9 100755 --- a/dev/run +++ b/dev/run @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python # # Licensed under the Apache License, Version 2.0 (the "License"); you may not # use this file except in compliance with the License. You may obtain a copy of