Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Jun 2014 22:40:32 +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: r357935 - head/Keywords
Message-ID:  <201406152240.s5FMeWns098348@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Jun 15 22:40:31 2014
New Revision: 357935
URL: http://svnweb.freebsd.org/changeset/ports/357935
QAT: https://qat.redports.org/buildarchive/r357935/

Log:
  Remove another 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:37:58 2014	(r357934)
+++ head/Keywords/pkg_install.awk	Sun Jun 15 22:40:31 2014	(r357935)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406152240.s5FMeWns098348>