aboutsummaryrefslogtreecommitdiff
path: root/Keywords/pkg_install.awk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-06-15 22:40:31 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-06-15 22:40:31 +0000
commit5d4d1b66042c9c736004f20c9f55d14458c4d55e (patch)
tree142cf371596cab1a5eb600bb6c21cb785f8c790b /Keywords/pkg_install.awk
parent8140ed7af41ed1d1812787df541cde17c57e2e6f (diff)
downloadports-5d4d1b66042c9c736004f20c9f55d14458c4d55e.tar.gz
ports-5d4d1b66042c9c736004f20c9f55d14458c4d55e.zip
Remove another extra '`'
Reported by: antoine
Notes
Notes: svn path=/head/; revision=357935
Diffstat (limited to 'Keywords/pkg_install.awk')
-rw-r--r--Keywords/pkg_install.awk2
1 files changed, 1 insertions, 1 deletions
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