changeset 9192:4d650fc6a0d3

<hppavilion[1]> mkx bin/u8tbli//unidecode `u8tbl $1 $2 | sed \'s/ //g\'`
author HackBot
date Fri, 07 Oct 2016 01:42:32 +0000
parents 1be0ca04adaa
children 0763fc57636c
files bin/u8tbli
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/u8tbli	Fri Oct 07 01:41:23 2016 +0000
+++ b/bin/u8tbli	Fri Oct 07 01:42:32 2016 +0000
@@ -1,1 +1,1 @@
-u8tbl $1 $2 | sed 's/ //g' | unidecode
+unidecode `u8tbl $1 $2 | sed 's/ //g'`