Date: Sun, 15 Jun 2014 22:37:58 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357934 - head/Keywords Message-ID: <201406152237.s5FMbwEx097125@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sun Jun 15 22:37:58 2014 New Revision: 357934 URL: http://svnweb.freebsd.org/changeset/ports/357934 QAT: https://qat.redports.org/buildarchive/r357934/ Log: Remove extra '`' Reported by: antoine Modified: head/Keywords/pkg_install.awk Modified: head/Keywords/pkg_install.awk ============================================================================== --- head/Keywords/pkg_install.awk Sun Jun 15 22:22:04 2014 (r357933) +++ head/Keywords/pkg_install.awk Sun Jun 15 22:37:58 2014 (r357934) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406152237.s5FMbwEx097125>