You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by er...@apache.org on 2015/05/13 08:45:38 UTC

[2/3] git commit: [flex-asjs] [refs/heads/develop] - Revert "SCRIPT_HOME path had extra slash"

Revert "SCRIPT_HOME path had extra slash"

This reverts commit cfa4c2309cae36f8df65262cb762117241eef880.

Signed-off-by: Erik de Bruin <er...@ixsoftware.nl>


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

Branch: refs/heads/develop
Commit: e9be91b7be0a4125fe68b3b62f98ce69b6baecc5
Parents: cfa4c23
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Wed May 13 08:42:20 2015 +0200
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Wed May 13 08:42:20 2015 +0200

----------------------------------------------------------------------
 js/bin/mxmlc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/e9be91b7/js/bin/mxmlc
----------------------------------------------------------------------
diff --git a/js/bin/mxmlc b/js/bin/mxmlc
index ca92abb..9609620 100755
--- a/js/bin/mxmlc
+++ b/js/bin/mxmlc
@@ -67,4 +67,4 @@ fi
 
 VMARGS="-Xmx384m -Dsun.io.useCanonCaches=false "
 
-java $VMARGS $D32 $SETUP_SH_VMARGS -Dflexcompiler="$FALCON_HOME" -Dflexlib="$FLEX_HOME/frameworks" -jar "$SCRIPT_HOME../lib/mxmlc.jar" +flexlib="$FLEX_HOME/frameworks" -js-output-type=FLEXJS -sdk-js-lib="$FLEX_HOME/frameworks/js/FlexJS/src" "$@"
+java $VMARGS $D32 $SETUP_SH_VMARGS -Dflexcompiler="$FALCON_HOME" -Dflexlib="$FLEX_HOME/frameworks" -jar "$SCRIPT_HOME/../lib/mxmlc.jar" +flexlib="$FLEX_HOME/frameworks" -js-output-type=FLEXJS -sdk-js-lib="$FLEX_HOME/frameworks/js/FlexJS/src" "$@"