Skip to content

Commit c66e89a

Browse files
committed
Fix extract_template.sh
1 parent 0459643 commit c66e89a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/extract_template.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
set -euo pipefail
2+
33

44
# --- Étape 1 : Extraction des chaînes PHP ---
55
find . -name '*.php' > php_files.list

0 commit comments

Comments
 (0)