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

Fixes 'dot-' preprocessing fails for dot-directories (#33, Savannah#56727) #70

Merged
merged 4 commits into from
Apr 6, 2024

Commits on May 24, 2020

  1. Fixes Bug #56727

    Problem was that when running stow_contents/unstow_contents recursively from
    stow_node/unstow_node the information for the source path (without the dot- to
    . transformation) was lost.
    
    In the case of stow_contents the solution is just to remove the leading
    dots (..) from the $source path (since the $source path is passed as an argument
    to the function)
    
    In the case of unstow_contents the solution is the same as for stow_contents but
    the arguments was now passed so I added it to the function.
    AitorATuin committed May 24, 2020
    Configuration menu
    Copy the full SHA
    d4e4135 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2020

  1. Add $level variable in stow_contents and stow_node

    This variables is used to keep track of the current level in the source.
    AitorATuin committed May 25, 2020
    Configuration menu
    Copy the full SHA
    a2db7a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    056d648 View commit details
    Browse the repository at this point in the history
  3. Fix missing variable

    AitorATuin committed May 25, 2020
    Configuration menu
    Copy the full SHA
    a41118d View commit details
    Browse the repository at this point in the history