Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • 1
    it works. why we should quote the ${LIBRARY_NAMES_LIST}? Commented Nov 27, 2018 at 3:10
  • 4
    Because the macro takes a single argument, and if you do not quote it and the variable expands to multiple words, they will be passed as multiple arguments to the macro. Commented Nov 27, 2018 at 5:36