]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
be more verbose about deduplication
authorRudolf Polzer <divverent@xonotic.org>
Sat, 3 Dec 2011 13:05:04 +0000 (14:05 +0100)
committerRudolf Polzer <divverent@xonotic.org>
Sat, 3 Dec 2011 13:05:04 +0000 (14:05 +0100)
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