~kris/9p

9hist

7bcae75373d35a417bbe0a3069a9aa3a77f52f50 — David du Colombier 36 years ago 7af7920
Plan 9 from Bell Labs 1990-03-17
1 files changed, 0 insertions(+), 1 deletions(-)

M gnot/sysproc.c
M gnot/sysproc.c => gnot/sysproc.c +0 -1
@@ 193,7 193,6 @@ sysexec(ulong *arg)
	/*
	 * Process #! /bin/sh args ...
	 */
print("do #! magic=%lux size=%d\n", exec.magic, n);
	memcpy(line, &exec, sizeof(Exec));
	if(indir || line[0]!='#' || line[1]!='!')
		goto Err;