stow/lib
ATuinDev d4e413536e
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.
2020-05-24 18:12:49 +02:00
..
Stow Upgrade to GPL v3 and add headers to files (#44) 2019-06-27 20:37:40 +01:00
Stow.pm.in Fixes Bug #56727 2020-05-24 18:12:49 +02:00