Skip to content

Commit df776f3

Browse files
committed
Fix extract_template.sh
1 parent 7f926c4 commit df776f3

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)