You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2019/03/24 09:31:25 UTC

[GitHub] [maven] maoshuai commented on issue #238: using safer shell arguments

maoshuai commented on issue #238: using safer shell arguments
URL: https://github.com/apache/maven/pull/238#issuecomment-475942541
 
 
   > Safer in terms of what?
   
   Say if I pass an parameter with space `deploySite.sh "foo bar"`, which is ONE parameter. But from the POV of `$@`, it will be interpreted as TWO parameters. 
   Additionally, If I pass a parameter with asterisk, it may be variable expanded.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services