From 8707593221c21c5dfe0a34ca3afed5f5f242472d Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sat, 3 Dec 2011 14:05:04 +0100 Subject: [PATCH] be more verbose about deduplication --- misc/tools/symlink-deduplicate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2