nit: revert ee.rs in substitute_ee_code.sh (#8672)

This commit is contained in:
Diego Imbert
2026-04-02 12:16:28 +02:00
committed by GitHub
parent c87a6a0f2c
commit c3a1c26be1

View File

@@ -84,7 +84,7 @@ fi
if [ "$REVERT" == "YES" ]; then
backend_dirpath="${root_dirpath}/backend/"
for ce_file in $(find "${root_dirpath}/backend" -name "*_ee.rs"); do
for ce_file in $(find "${root_dirpath}/backend" \( -name "*_ee.rs" -o -name "ee.rs" \)); do
if [ -L "${ce_file}" ]; then
rm "${ce_file}"
echo "Deleted symlink '${ce_file}'"