We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fd20ac commit b95425fCopy full SHA for b95425f
android/remove_string.sh
@@ -8,6 +8,6 @@
8
# Usage: ./remove_string.sh <string_id>
9
10
ls res/values*/strings.xml | while read STRINGS ; do
11
- xmlstarlet ed -d "/resources/*[@name='${1}']" ${STRINGS} > /tmp/strings.xml
+ xmlstarlet ed -P -d "/resources/*[@name='${1}']" ${STRINGS} > /tmp/strings.xml
12
mv /tmp/strings.xml ${STRINGS}
13
done
0 commit comments