svn commit: r284884 - head/release

Glen Barber gjb at FreeBSD.org
Sat Jun 27 05:18:09 UTC 2015


Author: gjb
Date: Sat Jun 27 05:18:08 2015
New Revision: 284884
URL: https://svnweb.freebsd.org/changeset/base/284884

Log:
  Fix a vi-invoked typo.
  
  Submitted by:	jkim (privately)
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/release/Makefile.gce

Modified: head/release/Makefile.gce
==============================================================================
--- head/release/Makefile.gce	Sat Jun 27 03:28:04 2015	(r284883)
+++ head/release/Makefile.gce	Sat Jun 27 05:18:08 2015	(r284884)
@@ -36,7 +36,7 @@ gce-check-depends:
 . endif
 .endfor
 .if !exists(/usr/local/bin/gcutil)
-. if !execho ists(${PORTSDIR}/net/google-cloud-api/Makefile)
+. if !exists(${PORTSDIR}/net/google-cloud-api/Makefile)
 .  if !exists(/usr/local/sbin/pkg-static)
 	env ASSUME_ALWAYS_YES=yes pkg bootstrap -yf
 .  endif


More information about the svn-src-all mailing list