From 8ebdaf8e135bd1c1b4383d632cfa1dd8132d42d4 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 6 Jul 2016 10:08:34 +1200 Subject: Move translations to end --- games/kvlt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'games') diff --git a/games/kvlt b/games/kvlt index 755d3636..b921913b 100755 --- a/games/kvlt +++ b/games/kvlt @@ -4,9 +4,6 @@ # Lowercase to capitals y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/ -# O->0, S->Z, U->V -y/OSU/0ZV/ - # Pad the start and end of the line temporarily to work around GNU sed(1) not # respecting POSIX word boundaries, leaving us with no compatible options s/^/~/ @@ -36,3 +33,6 @@ s,\([^A-Z]\)TRUE\([^A-Z]\),\1TRV\2,g # Remove the padding established above s/^~// s/~$// + +# O->0, S->Z, U->V +y/OSU/0ZV/ -- cgit v1.2.3