You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2014/07/17 22:27:04 UTC

[jira] [Commented] (CB-7162) cordova-ios pre-commit hook can't find uncrustify in path in Git GUI apps

    [ https://issues.apache.org/jira/browse/CB-7162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14065504#comment-14065504 ] 

ASF subversion and git services commented on CB-7162:
-----------------------------------------------------

Commit 822d2a5fdfa91da2f6717c3e2c4334149007f27d in cordova-ios's branch refs/heads/master from [~shazron]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;h=822d2a5 ]

CB-7162 - cordova-ios pre-commit hook can't find uncrustify in path in Git GUI apps


> cordova-ios pre-commit hook can't find uncrustify in path in Git GUI apps
> -------------------------------------------------------------------------
>
>                 Key: CB-7162
>                 URL: https://issues.apache.org/jira/browse/CB-7162
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>            Reporter: Shazron Abdullah
>            Assignee: Shazron Abdullah
>             Fix For: 3.6.0
>
>
> File: https://github.com/apache/cordova-ios/blob/ee5a9a8ae406a092a604ea0b5db35621cbca9908/hooks/pre-commit
> Fix is to add to the top of the hook script:
> {code}
> PATH=$PATH:/usr/local/bin:/usr/local/sbin
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)