diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-09-11 13:46:13 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-09-11 13:46:31 +0200 |
commit | b31f62c10e04153e36f25d4109cb31882c3b7409 (patch) | |
tree | a901662f02c0e623bdb8d22957bdd6935ad86572 | |
parent | 8818b2d64a4e2a3ddea3ed94c62ea8404f7c1fa8 (diff) | |
download | ayatana-indicator-keyboard-b31f62c10e04153e36f25d4109cb31882c3b7409.tar.gz ayatana-indicator-keyboard-b31f62c10e04153e36f25d4109cb31882c3b7409.tar.bz2 ayatana-indicator-keyboard-b31f62c10e04153e36f25d4109cb31882c3b7409.zip |
update-po.sh: White-space fix.
-rwxr-xr-x | update-po.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update-po.sh b/update-po.sh index 59ad5c45..55a3a6e4 100755 --- a/update-po.sh +++ b/update-po.sh @@ -29,7 +29,7 @@ cat LINGUAS | while read lingua; do fi sed -e 's/\.xml\.in\.in\.h:/.xml.in.in:/g' \ - -e 's/\.xml\.in\.h:/.xml.in:/g' \ + -e 's/\.xml\.in\.h:/.xml.in:/g' \ -e 's/\.ini\.in\.h:/.ini.in:/g' \ -e 's/\.xml\.h:/.xml:/g' \ -e 's/\.ini\.h:/.ini:/g' \ |