bug copying solved + env
This commit is contained in:
+1
-1
@@ -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")"
|
||||
|
||||
Reference in New Issue
Block a user