VirtualBox

Changeset 55671 in vbox for trunk/src/bldprogs


Ignore:
Timestamp:
May 5, 2015 4:27:52 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
100060
Message:

RTGetOptArgvFromString: Added fFlags parameter for selecting the quoting style.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bldprogs/scm.cpp

    r48958 r55671  
    482482    int    cArgs;
    483483    char **papszArgs;
    484     int rc = RTGetOptArgvFromString(&papszArgs, &cArgs, pszLine, NULL);
     484    int rc = RTGetOptArgvFromString(&papszArgs, &cArgs, pszLine, RTGETOPTARGV_CNV_QUOTE_BOURNE_SH, NULL);
    485485    if (RT_SUCCESS(rc))
    486486    {
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette