You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Alex Harui (JIRA)" <ji...@apache.org> on 2015/12/24 08:16:49 UTC

[jira] [Commented] (FLEX-35006) bug in mxmlc/compc/etc scripts when flexjs path contains spaces

    [ https://issues.apache.org/jira/browse/FLEX-35006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15070688#comment-15070688 ] 

Alex Harui commented on FLEX-35006:
-----------------------------------

Do you have time to prepare patches for some of these bugs?  It might make the process more efficient, and folks who provide good patches often become committers and can make changes directly.

> bug in mxmlc/compc/etc scripts when flexjs path contains spaces
> ---------------------------------------------------------------
>
>                 Key: FLEX-35006
>                 URL: https://issues.apache.org/jira/browse/FLEX-35006
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: Falcon, FlexJS
>    Affects Versions: Apache FlexJS 0.5.0
>            Reporter: Andy Dufilie
>
> Any place {{`dirname $0`}} appears in a shell script, it should be changed to {{`dirname "$0"`}} so that it works with paths containing spaces.
> A quick search shows which files are affected:
> {code}
> bin/compc (2 matches)
> 	29: SCRIPT_HOME=`dirname $0` 
> 	37: SCRIPT_HOME=`dirname $0` 
> bin/mxmlc (2 matches)
> 	29: SCRIPT_HOME=`dirname $0` 
> 	37: SCRIPT_HOME=`dirname $0` 
> bin/optimizer
> 	29: SCRIPT_HOME=`dirname $0` 
> bin/swcdepends (2 matches)
> 	29: SCRIPT_HOME=`dirname $0` 
> 	37: SCRIPT_HOME=`dirname $0` 
> bin/swfdump
> 	29: SCRIPT_HOME=`dirname $0` 
> flex-asjs/js/bin/asjsc
> 	28: SCRIPT_HOME=`dirname $0` 
> flex-asjs/js/bin/asjscompc
> 	30: SCRIPT_HOME=`dirname $0` 
> flex-asjs/js/bin/compc
> 	30: SCRIPT_HOME=`dirname $0` 
> flex-asjs/js/bin/externc
> 	28: SCRIPT_HOME=`dirname $0` 
> flex-asjs/js/bin/jquery
> 	28: SCRIPT_HOME=`dirname $0` 
> flex-asjs/js/bin/mxmlc
> 	28: SCRIPT_HOME=`dirname $0` 
> flex-asjs/scripts/deploy.sh
> 	64: RELBASEDIR=$(dirname $0) 
> flex-asjs/scripts/setuplaunches.sh
> 	49: BASEDIR=$(dirname $0) 
> js/bin/asjsc
> 	28: SCRIPT_HOME=`dirname $0` 
> js/bin/asjscompc
> 	30: SCRIPT_HOME=`dirname $0` 
> js/bin/compc
> 	30: SCRIPT_HOME=`dirname $0` 
> js/bin/externc
> 	28: SCRIPT_HOME=`dirname $0` 
> js/bin/jquery
> 	28: SCRIPT_HOME=`dirname $0` 
> js/bin/mxmlc
> 	28: SCRIPT_HOME=`dirname $0` 
> scripts/deploy.sh
> 	64: RELBASEDIR=$(dirname $0) 
> scripts/setuplaunches.sh
> 	49: BASEDIR=$(dirname $0) 
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)