You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2013/10/13 23:45:11 UTC

git commit: [flex-sdk] [refs/heads/release4.11.0] - FLEX-33819 fixed bat script

Updated Branches:
  refs/heads/release4.11.0 22302b418 -> 06cf2f871


FLEX-33819 fixed bat script


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

Branch: refs/heads/release4.11.0
Commit: 06cf2f87175e333fe9bc77c46bc7dd4b51ebecc6
Parents: 22302b4
Author: Justin Mclean <jm...@apache.org>
Authored: Mon Oct 14 08:44:43 2013 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Mon Oct 14 08:44:43 2013 +1100

----------------------------------------------------------------------
 bin/fontswf.bat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/06cf2f87/bin/fontswf.bat
----------------------------------------------------------------------
diff --git a/bin/fontswf.bat b/bin/fontswf.bat
index c0b3358..8f36a71 100755
--- a/bin/fontswf.bat
+++ b/bin/fontswf.bat
@@ -16,7 +16,7 @@ rem limitations under the License.
 
 if "%FLEX_HOME%"=="" set FLEX_HOME=%~dp0\..
 
-if exist $FLEX_HOME\lib\external\optional\flex-fontkit.jar (
+if exist %FLEX_HOME%\lib\external\optional\flex-fontkit.jar (
     @java -Dsun.io.useCanonCaches=false -Xms32m -Xmx512m -jar "%FLEX_HOME%\lib\external\optional\flex-fontkit.jar" %*
 ) else (
     echo Apache Flex can optionally integrate with Adobe's embedded font support.