@@ -40,7 +40,7 @@ _stow(){
stow_package="$4"
(
[ "$DEBUG" ] && set -x
- $stow -d "${stow_dir}" -t "${stow_target_dir}" "${stow_action}" "${stow_package}"
+ $stow --no-folding -d "${stow_dir}" -t "${stow_target_dir}" "${stow_action}" "${stow_package}"
)
}
@@ -11,9 +11,12 @@ if ($env:DEBUG) {
$stowArgs = @{
Simulate = $true
Verbose = $true
+ NoFolding = $true
} else {
- $stowArgs = @{}
+ $stowArgs = @{
+ }
# Default to current directory if not set