Skip to content

Commit

Permalink
Use properly quoted shell arguments with "$@"
Browse files Browse the repository at this point in the history
This closes apache#238
  • Loading branch information
maoshuai authored and michael-o committed Jun 10, 2019
1 parent 8f1cac0 commit da05c25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploySite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
# under the License.
#

mvn -Preporting site site:stage $@
mvn scm-publish:publish-scm $@
mvn -Preporting site site:stage "$@"
mvn scm-publish:publish-scm "$@"

0 comments on commit da05c25

Please sign in to comment.