[jira] Commented: (MNG-1415) quoted arguments are not being protected

2005-11-14 Thread Matthew Pocock (JIRA)
[ http://jira.codehaus.org/browse/MNG-1415?page=comments#action_50922 ] Matthew Pocock commented on MNG-1415: - Think we have a work-arround: #!/bin/sh arg_list="" while [ "$1" != "" ] ; do arg_list="$arg_list \"$1\"" shift done echo TestMain $arg_l

[jira] Commented: (MNG-1415) quoted arguments are not being protected

2005-11-14 Thread Matthew Pocock (JIRA)
[ http://jira.codehaus.org/browse/MNG-1415?page=comments#action_50919 ] Matthew Pocock commented on MNG-1415: - This seems to definitely be an issue with bash, not anything in maven. However, I've not been able to work arround it in bash, so the *nix mvn

[jira] Commented: (MNG-1415) quoted arguments are not being protected

2005-11-04 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-1415?page=comments#action_50021 ] Brett Porter commented on MNG-1415: --- this is different to MNG-1389. Matthew, did you determine whether this was an issue with the shell script or not? > quoted arguments are not bein

[jira] Commented: (MNG-1415) quoted arguments are not being protected

2005-11-03 Thread Alexandre Poitras (JIRA)
[ http://jira.codehaus.org/browse/MNG-1415?page=comments#action_49988 ] Alexandre Poitras commented on MNG-1415: Seems related to http://jira.codehaus.org/browse/MNG-1389 > quoted arguments are not being protected > --