diff --git a/bin/stow.in b/bin/stow.in index ab495a6..27f628b 100755 --- a/bin/stow.in +++ b/bin/stow.in @@ -529,7 +529,7 @@ sub sanitize_path_options { $options->{target} =~ s/ +\z//; } else { - $options->{target} = parent($options->{dir}); + $options->{target} = parent($options->{dir}) || '.'; } }