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 _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"