From 5d4d1b66042c9c736004f20c9f55d14458c4d55e Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Sun, 15 Jun 2014 22:40:31 +0000 Subject: [PATCH] Remove another extra '`' Reported by: antoine --- Keywords/pkg_install.awk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Keywords/pkg_install.awk b/Keywords/pkg_install.awk index ac1d24c16cf8..0ade65f02668 100644 --- a/Keywords/pkg_install.awk +++ b/Keywords/pkg_install.awk @@ -64,7 +64,7 @@ $1 == "@fcfontsdir" { print "@unexec mkfontscale %D/" font_dir " 2>/dev/null || true" print "@unexec if [ -e %D/%@/fonts.scale -a \"`stat -f '%%z' %D/" font_dir "/fonts.scale 2>/dev/null`\" = '2' ]; then rm %D/" font_dir "/fonts.scale ; fi" print "@unexec mkfontdir %D/" font_dir " 2>/dev/null || true" - print "@unexec if [ -e %D/" font_dir "/fonts.dir -a `\"`stat -f '%%z' %D/" font_dir "/fonts.dir 2>/dev/null`\" = '2' ]; then rm %D/" font_dir "/fonts.dir ; fi" + print "@unexec if [ -e %D/" font_dir "/fonts.dir -a \"`stat -f '%%z' %D/" font_dir "/fonts.dir 2>/dev/null`\" = '2' ]; then rm %D/" font_dir "/fonts.dir ; fi" print "@unexec rmdir %D/"font_dir" 2>/dev/null || true" print "@comment end " $0 next