svn commit: r291857 - head/bin/sh/tests/parameters
Jilles Tjoelker
jilles at FreeBSD.org
Sat Dec 5 12:55:36 UTC 2015
Author: jilles
Date: Sat Dec 5 12:55:34 2015
New Revision: 291857
URL: https://svnweb.freebsd.org/changeset/base/291857
Log:
sh: Link tests/parameters/positional8.0 to the build.
This was forgotten in r291025.
Modified:
head/bin/sh/tests/parameters/Makefile
Modified: head/bin/sh/tests/parameters/Makefile
==============================================================================
--- head/bin/sh/tests/parameters/Makefile Sat Dec 5 10:10:18 2015 (r291856)
+++ head/bin/sh/tests/parameters/Makefile Sat Dec 5 12:55:34 2015 (r291857)
@@ -20,6 +20,7 @@ FILES+= positional4.0
FILES+= positional5.0
FILES+= positional6.0
FILES+= positional7.0
+FILES+= positional8.0
FILES+= pwd1.0
FILES+= pwd2.0
More information about the svn-src-head
mailing list