mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-02-01 02:31:36 -05:00
6 lines
118 B
Bash
Executable File
6 lines
118 B
Bash
Executable File
#!/bin/bash -x
|
|
|
|
# Fix StringFormatMatches programmatically
|
|
|
|
sed -i 's/\(%[0-9]\)%\([a-z]\)/\1$\2/g' res/values*/*.xml
|