svn commit: r293120 - head/bin/sh/tests/builtins

Jilles Tjoelker jilles at FreeBSD.org
Sun Jan 3 22:16:29 UTC 2016


Author: jilles
Date: Sun Jan  3 22:16:27 2016
New Revision: 293120
URL: https://svnweb.freebsd.org/changeset/base/293120

Log:
  sh: Link tests/builtins/getopts9.0 to the build.
  
  This was forgotten in r273700.

Modified:
  head/bin/sh/tests/builtins/Makefile

Modified: head/bin/sh/tests/builtins/Makefile
==============================================================================
--- head/bin/sh/tests/builtins/Makefile	Sun Jan  3 21:32:47 2016	(r293119)
+++ head/bin/sh/tests/builtins/Makefile	Sun Jan  3 22:16:27 2016	(r293120)
@@ -94,6 +94,7 @@ FILES+=		getopts5.0
 FILES+=		getopts6.0
 FILES+=		getopts7.0
 FILES+=		getopts8.0 getopts8.0.stdout
+FILES+=		getopts9.0 getopts9.0.stdout
 FILES+=		hash1.0 hash1.0.stdout
 FILES+=		hash2.0 hash2.0.stdout
 FILES+=		hash3.0 hash3.0.stdout


More information about the svn-src-head mailing list