mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 22:42:14 -07:00
fix script
This commit is contained in:
parent
9b65422d5a
commit
ad8124ac0d
1 changed files with 0 additions and 5 deletions
|
|
@ -263,11 +263,6 @@ if [[ $branch ]]; then
|
||||||
if [[ $name =~ $filerx ]]; then
|
if [[ $name =~ $filerx ]]; then
|
||||||
shell_names+=("$name")
|
shell_names+=("$name")
|
||||||
fi
|
fi
|
||||||
for include in "${cmakeinclude[@]}"; do
|
|
||||||
if [[ $name == "$include" ]]; then
|
|
||||||
shell_names+=("$name")
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue