You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2013/03/13 00:24:52 UTC

[2/2] git commit: Fix error message that used an out-of-scope variable

Updated Branches:
  refs/heads/master c5f4335a8 -> adb5a88a9


Fix error message that used an out-of-scope variable

Conflicts:
	platforms/ios.js


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

Branch: refs/heads/master
Commit: adb5a88a9052e9d210776f9d6f74f2d56ebfc971
Parents: 5198005
Author: Braden Shepherdson <br...@gmail.com>
Authored: Tue Mar 12 12:14:20 2013 -0400
Committer: Braden Shepherdson <br...@gmail.com>
Committed: Tue Mar 12 12:14:20 2013 -0400

----------------------------------------------------------------------
 plugman.js |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/adb5a88a/plugman.js
----------------------------------------------------------------------
diff --git a/plugman.js b/plugman.js
old mode 100644
new mode 100755
index 9f4bdeb..9ddcd94
--- a/plugman.js
+++ b/plugman.js
@@ -1,3 +1,4 @@
+#!/usr/bin/env node
 /*
  *
  * Copyright 2013 Anis Kadri
@@ -17,8 +18,6 @@
  *
 */
 
-#!/usr/bin/env node
-
 // copyright (c) 2013 Andrew Lunny, Adobe Systems
 var fs = require('fs')
   , path = require('path')