bug copying solved + env

This commit is contained in:
Your Name
2026-06-03 18:52:01 +02:00
parent 04c006937c
commit fb7450d264
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ src="$(readlink -f "$src")"
find "$src" -type f | while IFS= read -r f; do
rel="${f#$src/}"
target="$dst/$rel"
target="$dst$rel"
# ensure parent dir exists (but never replace dirs)
mkdir -p "$(dirname "$target")"