aboutsummaryrefslogtreecommitdiff
path: root/Keywords
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-06-15 22:37:58 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-06-15 22:37:58 +0000
commit8140ed7af41ed1d1812787df541cde17c57e2e6f (patch)
tree1d552a104e2a8a0bb0940d9cace460399c9558cb /Keywords
parenta4f5f55d835a61ade12d8dd8ca7486d55d6a8a4b (diff)
downloadports-8140ed7af41ed1d1812787df541cde17c57e2e6f.tar.gz
ports-8140ed7af41ed1d1812787df541cde17c57e2e6f.zip
Remove extra '`'
Reported by: antoine
Notes
Notes: svn path=/head/; revision=357934
Diffstat (limited to 'Keywords')
-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 c08dca962879..ac1d24c16cf8 100644
--- a/Keywords/pkg_install.awk
+++ b/Keywords/pkg_install.awk
@@ -77,7 +77,7 @@ $1 == "@fontsdir" {
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