From: Rudolf Polzer Date: Sat, 3 Dec 2011 13:05:04 +0000 (+0100) Subject: be more verbose about deduplication X-Git-Tag: xonotic-v0.6.0~50 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=8707593221c21c5dfe0a34ca3afed5f5f242472d;p=xonotic%2Fxonotic.git be more verbose about deduplication --- diff --git a/misc/tools/symlink-deduplicate.sh b/misc/tools/symlink-deduplicate.sh index 83127158..e30ff0bf 100755 --- a/misc/tools/symlink-deduplicate.sh +++ b/misc/tools/symlink-deduplicate.sh @@ -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