mirror of https://github.com/sbt/sbt.git
commit
6c55f68f5c
|
|
@ -297,7 +297,7 @@ syncPreloaded() {
|
||||||
[[ -d "$source_preloaded" ]] && {
|
[[ -d "$source_preloaded" ]] && {
|
||||||
command -v rsync >/dev/null 2>&1 && {
|
command -v rsync >/dev/null 2>&1 && {
|
||||||
mkdir -p "$target_preloaded"
|
mkdir -p "$target_preloaded"
|
||||||
rsync -a --ignore-existing "$source_preloaded" "$target_preloaded" || true
|
rsync --recursive --links --perms --times --ignore-existing "$source_preloaded" "$target_preloaded" || true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue