Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jun 2015 05:18:09 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r284884 - head/release
Message-ID:  <201506270518.t5R5I9hf022509@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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