From caefb641b8291e2c5edc72ab5d4b92b8b976d8c2 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Mon, 1 Apr 2024 15:49:19 +0100 Subject: [PATCH] find_stowed_path: reintroduce missing comment lines These lines were accidentally removed by 84367681. --- lib/Stow.pm.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/Stow.pm.in b/lib/Stow.pm.in index 6e874fd..8dd0958 100755 --- a/lib/Stow.pm.in +++ b/lib/Stow.pm.in @@ -1022,6 +1022,8 @@ sub find_stowed_path { } # If no .stow file was found, we need to find out whether it's + # owned by the current stow directory, in which case $path will be + # a prefix of $self->{stow_path}. my ($stow_path, $ext_package) = $self->find_containing_marked_stow_dir($dest); if (length $stow_path) { debug(5, 5, "yes - $stow_path in $dest was marked as a stow dir; package=$ext_package");