BobStore/F-Droid/tools/fix-apostrophes.sh

6 lines
162 B
Bash
Raw Normal View History

#!/bin/bash -x
# Fix apostrophes in strings not preceded by a backslash
sed -i "/\\(item\\|string\\)/s/\\([^\\]\\)'/\\1\\\\'/g" res/values*/{strings,array}.xml