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

[jira] [Resolved] (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:all-tabpanel ]

Shazron Abdullah resolved CB-7162.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 3.6.0

> 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)