On 09/10/20 13:57, Warner Losh wrote:


On Fri, Oct 9, 2020 at 10:19 AM Renato Botelho <ga...@freebsd.org <mailto:ga...@freebsd.org>> wrote:

    On 09/10/20 12:29, Warner Losh wrote:
     > Author: imp
     > Date: Fri Oct  9 15:29:05 2020
     > New Revision: 366578
     > URL: https://svnweb.freebsd.org/changeset/base/366578
    <https://svnweb.freebsd.org/changeset/base/366578>
     >
     > Log:
     >    Avoid using single quotes in arguments to logger.
     >
     >    Single quotes interfere with the workaround put in with
    r335753 and
     >    aren't necessary in this case. I believe that all the
    underling issues
     >    with r335753 have been corrected, but need to do more extensive
     >    followup before reverting it as a bad idea.

    Hi Warner,

    How to proceed if it's needed to pass multiple parameters to a command
    in following format?

    cmd param1 'param2 has spaces and a $variable'


action "cmd param1 'param2 has spaces and a '$variable";

should do the trick. I'm documenting this now...

It worked!! Thanks!
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to