mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-01-22 22:13:35 +00:00
be more verbose about deduplication
This commit is contained in:
parent
6e62bd354d
commit
8707593221
@ -108,7 +108,7 @@ while IFS= read -r L; do
|
||||
eval first=\$first_$s
|
||||
if [ -n "$first" ]; then
|
||||
first_r=`make_relative_path "$L" "$first"`
|
||||
ln -snf "$first_r" "$L"
|
||||
ln -vsnf "$first_r" "$L"
|
||||
killed=$((`stat -c %s "$L"` + $killed))
|
||||
else
|
||||
eval first_$s=\$L
|
||||
|
Loading…
Reference in New Issue
Block a user