You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jo...@apache.org on 2016/08/17 23:14:04 UTC

git commit: [flex-utilities] [refs/heads/develop] - npm-flexjs: added missing cygpath call for SCRIPT_HOME (references #8)

Repository: flex-utilities
Updated Branches:
  refs/heads/develop 96f4e398a -> 3b52244cb


npm-flexjs: added missing cygpath call for SCRIPT_HOME (references #8)


Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/3b52244c
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/3b52244c
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/3b52244c

Branch: refs/heads/develop
Commit: 3b52244cbd5999cdf7697beb03def751883489df
Parents: 96f4e39
Author: Josh Tynjala <jo...@apache.org>
Authored: Wed Aug 17 16:13:59 2016 -0700
Committer: Josh Tynjala <jo...@apache.org>
Committed: Wed Aug 17 16:13:59 2016 -0700

----------------------------------------------------------------------
 npm-flexjs/js/bin/asjscnpm     | 1 +
 npm-flexjs/js/bin/asjscompcnpm | 1 +
 npm-flexjs/js/bin/mxmlcnpm     | 1 +
 3 files changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/3b52244c/npm-flexjs/js/bin/asjscnpm
----------------------------------------------------------------------
diff --git a/npm-flexjs/js/bin/asjscnpm b/npm-flexjs/js/bin/asjscnpm
index 1b4ffc2..8a5f4cf 100755
--- a/npm-flexjs/js/bin/asjscnpm
+++ b/npm-flexjs/js/bin/asjscnpm
@@ -50,6 +50,7 @@ D32=''
 
 if [ $OS = "Windows" ]; then
 
+	SCRIPT_HOME=`cygpath -m $SCRIPT_HOME`
 	FALCON_HOME=`cygpath -m $FALCON_HOME`
 	FLEX_HOME=`cygpath -m $FLEX_HOME`
 

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/3b52244c/npm-flexjs/js/bin/asjscompcnpm
----------------------------------------------------------------------
diff --git a/npm-flexjs/js/bin/asjscompcnpm b/npm-flexjs/js/bin/asjscompcnpm
index 4e4d322..12177d2 100755
--- a/npm-flexjs/js/bin/asjscompcnpm
+++ b/npm-flexjs/js/bin/asjscompcnpm
@@ -50,6 +50,7 @@ D32=''
 
 if [ $OS = "Windows" ]; then
 
+	SCRIPT_HOME=`cygpath -m $SCRIPT_HOME`
 	FALCON_HOME=`cygpath -m $FALCON_HOME`
 	FLEX_HOME=`cygpath -m $FLEX_HOME`
 

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/3b52244c/npm-flexjs/js/bin/mxmlcnpm
----------------------------------------------------------------------
diff --git a/npm-flexjs/js/bin/mxmlcnpm b/npm-flexjs/js/bin/mxmlcnpm
index f344768..0f29d98 100755
--- a/npm-flexjs/js/bin/mxmlcnpm
+++ b/npm-flexjs/js/bin/mxmlcnpm
@@ -60,6 +60,7 @@ D32=''
 
 if [ $OS = "Windows" ]; then
 
+    SCRIPT_HOME=`cygpath -m $SCRIPT_HOME`
 	FALCON_HOME=`cygpath -m $FALCON_HOME`
 	FLEX_HOME=`cygpath -m $FLEX_HOME`