You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2015/03/06 23:27:54 UTC

[22/31] ios commit: CB-8506 - modify uncrustify npm install instructions

CB-8506 - modify uncrustify npm install instructions


Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/a395f5fe
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/a395f5fe
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/a395f5fe

Branch: refs/heads/wkwebview
Commit: a395f5fec41c66d893acc86b0930877392a4d6a9
Parents: 2588a80
Author: Shazron Abdullah <sh...@gmail.com>
Authored: Wed Feb 18 16:40:20 2015 -0700
Committer: Shazron Abdullah <sh...@gmail.com>
Committed: Wed Feb 18 16:40:20 2015 -0700

----------------------------------------------------------------------
 bin/uncrustify.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/a395f5fe/bin/uncrustify.sh
----------------------------------------------------------------------
diff --git a/bin/uncrustify.sh b/bin/uncrustify.sh
index 10ba377..2c37fb6 100755
--- a/bin/uncrustify.sh
+++ b/bin/uncrustify.sh
@@ -34,8 +34,8 @@ function Usage() {
 
 function VerifyEnv() {
     if ! which "$EXE" > /dev/null; then
-        echo "uncrustify binary not found. Please ensure that it is in your PATH."
-        echo "Install via homebrew using: brew install uncrustify"
+        echo "uncrustify binary not found in the cordova-ios repo."
+        echo "In the repo root, install via npm: npm install"
         exit 1
     fi
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org