Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Ignatios Souvatzis <is@netbsd.org>
List: source-changes
Date: 02/18/1999 03:59:07
Module Name:	src
Committed By:	is
Date:		Thu Feb 18 11:59:06 UTC 1999

Modified Files:
	src/regress/sys/kern/execve: Makefile
Log Message:
Copy test scripts to objdir and make them executable, to be sure
they are. We don't chmod +x them in-place because the src directory
tree might be read-only.
Fixes PR 6554, but differently.