Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-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 02A0D11394 for ; Tue, 22 Jul 2014 05:27:16 +0000 (UTC) Received: (qmail 33831 invoked by uid 500); 22 Jul 2014 05:27:16 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 33680 invoked by uid 500); 22 Jul 2014 05:27:16 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 33506 invoked by uid 99); 22 Jul 2014 05:27:16 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jul 2014 05:27:16 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 762979AE718; Tue, 22 Jul 2014 05:27:16 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: shazron@apache.org To: commits@cordova.apache.org Date: Tue, 22 Jul 2014 05:27:19 -0000 Message-Id: In-Reply-To: <9f70d901602f4afead423002f1e5a18c@git.apache.org> References: <9f70d901602f4afead423002f1e5a18c@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [4/7] ios commit: CB-7162 - cordova-ios pre-commit hook can't find uncrustify in path in Git GUI apps CB-7162 - cordova-ios pre-commit hook can't find uncrustify in path in Git GUI apps Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/822d2a5f Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/822d2a5f Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/822d2a5f Branch: refs/heads/wkwebview Commit: 822d2a5fdfa91da2f6717c3e2c4334149007f27d Parents: ee5a9a8 Author: Shazron Abdullah Authored: Thu Jul 17 13:24:22 2014 -0700 Committer: Shazron Abdullah Committed: Thu Jul 17 13:25:23 2014 -0700 ---------------------------------------------------------------------- hooks/pre-commit | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/822d2a5f/hooks/pre-commit ---------------------------------------------------------------------- diff --git a/hooks/pre-commit b/hooks/pre-commit index 80550f1..1611f52 100755 --- a/hooks/pre-commit +++ b/hooks/pre-commit @@ -18,6 +18,8 @@ # under the License. # +PATH=$PATH:/usr/local/bin:/usr/local/sbin + # Redirect output to stderr. exec 1>&2 test $SKIP_UNCRUSTIFY && exit 0