]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - misc/tools/symlink-deduplicate.sh
rename all the configs
[xonotic/xonotic.git] / misc / tools / symlink-deduplicate.sh
index 83127158464f00a613df000ec76b8f2cc5963b00..72c9ce213304accedb20d5aa4bfdd1210f1876ab 100755 (executable)
@@ -108,8 +108,8 @@ 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"
                killed=$((`stat -c %s "$L"` + $killed))
+               ln -vsnf "$first_r" "$L"
        else
                eval first_$s=\$L
        fi