mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-02-20 20:46:52 +00:00
argh, syntax fail
This commit is contained in:
parent
3d2fe34d87
commit
ab7025b666
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user