]> 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
old mode 100644 (file)
new mode 100755 (executable)
index d367635..72c9ce2
@@ -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"`
-               echo ln -snf "$first_r" "$L"
                killed=$((`stat -c %s "$L"` + $killed))
+               ln -vsnf "$first_r" "$L"
        else
                eval first_$s=\$L
        fi