shithub: scc

Download patch

ref: c13f5c7b6fd0122187512da4c42dac57825bda24
parent: 7e737ab9f7d62562c927a6af15dfc8eb78ecaec8
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Sun Oct 6 18:08:00 EDT 2019

[cc] Rename scc executable to cc

--- a/src/cmd/cc/posix/cc.c
+++ b/src/cmd/cc/posix/cc.c
@@ -334,7 +334,7 @@
 		execvp(t->cmd, t->args.s);
 		if (dflag) {
 			fprintf(stderr,
-			        "scc: execvp %s: %s\n",
+			        "cc: execvp %s: %s\n",
 				t->cmd,
 			        strerror(errno));
 		}