]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - misc/tools/symlink-deduplicate.sh
be more verbose about deduplication
[xonotic/xonotic.git] / misc / tools / symlink-deduplicate.sh
index 83127158464f00a613df000ec76b8f2cc5963b00..e30ff0bf285929c99dda1bfa13c1f45d54e96af7 100755 (executable)
@@ -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