Extend gettext conflict script to other conflict marker styles
This commit is contained in:
parent
cd1af5aff5
commit
4057b2d631
1 changed files with 1 additions and 1 deletions
2
Justfile
2
Justfile
|
|
@ -90,7 +90,7 @@ clean:
|
||||||
remove-gettext-conflicts:
|
remove-gettext-conflicts:
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
find priv/gettext -type f -exec sed -i '/^<<<<<<< HEAD$/d; /^=======$/d; /^>>>>>>>/d' {} \;
|
find priv/gettext -type f -exec sed -i '/^<<<<<<</d; /^=======$/d; /^>>>>>>>/d; /^%%%%%%%/d; /^++++++/d; s/^+//' {} \;
|
||||||
|
|
||||||
# Production environment commands
|
# Production environment commands
|
||||||
# ================================
|
# ================================
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue