svn commit: r357934 - head/Keywords

Baptiste Daroussin bapt at FreeBSD.org
Sun Jun 15 22:37:59 UTC 2014


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


More information about the svn-ports-head mailing list