From 7bcae75373d35a417bbe0a3069a9aa3a77f52f50 Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Sat, 17 Mar 1990 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 1990-03-17 --- gnot/sysproc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gnot/sysproc.c b/gnot/sysproc.c index 1b9761f775b1243b2d1180af1489d00ec71cfa47..01804902e183c1c0d81bc016de8c6a30d6698f36 100644 --- a/gnot/sysproc.c +++ b/gnot/sysproc.c @@ -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;