]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - misc/tools/symlink-deduplicate.sh
deduplicate during release build
[xonotic/xonotic.git] / misc / tools / symlink-deduplicate.sh
index d367635c59a0dba10ef211fb547296758c19de66..83127158464f00a613df000ec76b8f2cc5963b00 100644 (file)
@@ -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"`
-               echo ln -snf "$first_r" "$L"
+               ln -snf "$first_r" "$L"
                killed=$((`stat -c %s "$L"` + $killed))
        else
                eval first_$s=\$L