]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - misc/tools/cached-converter.sh
argh, syntax fail
[xonotic/xonotic.git] / misc / tools / cached-converter.sh
index a9098cbfad93f210c5d3782bb6d5f7010abcd5e9..5b1d0bf07bfd0dd10537eeeed1e2f02bb6e1ee96 100755 (executable)
@@ -245,7 +245,7 @@ for F in "$@"; do
        if [ -f "dds/${f}.dds" ]; then
                if [ -z "${f##./textures/*}" ]; then
                        if [ -n "${f##./textures/*/*}" ]; then
-                               ln -snf "textures/${f%./textures/}.dds" "dds/${f%./textures/}.dds"
+                               ln -snf "textures/${f#./textures/}.dds" "dds/${f#./textures/}.dds"
                        fi
                fi
        fi