be more verbose about deduplication

This commit is contained in:
Rudolf Polzer 2011-12-03 14:05:04 +01:00
parent 6e62bd354d
commit 8707593221

View File

@ -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