From 93bdcef793dd1e8681bb39283b4fe2cddaa3d8e3 Mon Sep 17 00:00:00 2001 From: malc Date: Mon, 21 Jul 2014 02:45:00 +0400 Subject: [PATCH] Use filt --- llppac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llppac b/llppac index 71637e3..f879d7f 100755 --- a/llppac +++ b/llppac @@ -94,7 +94,7 @@ case $type in test -z "$2" && die "path to the file with text required" # https://mail.gnome.org/archives/gtk-i18n-list/2010-June/msg00000.html mkdir -p $CACHEDIR/fonts - cp -f "$1" $CACHEDIR/fonts/font + eval $filt cat >$CACHEDIR/fonts/font cd $CACHEDIR/fonts cat >fonts.conf < -- 2.11.4.GIT