Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

%<...>% path expansion notation #2927

Closed
wants to merge 1 commit into from
Closed

Commits on May 3, 2017

  1. %<...>% path expansion notation

    There are many occasions in packaging of the form
    %{some-directory-variable}%/more/path/components which result in an
    amateur/confused-looking mixed back/forward-slash path on Windows.
    String interpolation is extended such that %<subst>% has subst expanded
    with / converted to the path separator for the OS. %{...}% may be nested
    inside %<...>% notation, allowing normal variables to be used within a
    path expansion. Thus %<%{lib}%/stublibs>% is expanded to the value of
    lib with "\\stublibs" on Windows.
    
    Signed-off-by: David Allsopp <david.allsopp@metastack.com>
    dra27 committed May 3, 2017
    Configuration menu
    Copy the full SHA
    570826d View commit details
    Browse the repository at this point in the history