scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit 179a6fe9929b4ab200497d26dbe785bca395a2fb
parent 225732294759254bc5b7268b54121c9e7f2c3def
Author: Andrew Chambers <ac@acha.ninja>
Date:   Thu, 31 Mar 2022 22:31:54 +1300

build: Add shebang to mkerrstr.

Diffstat:
Msrc/libc/arch/mkerrstr | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/libc/arch/mkerrstr b/src/libc/arch/mkerrstr @@ -1,3 +1,5 @@ +#!/bin/sh + trap 'rm -f $$.tmp' EXIT HUP INT QUIT TERM awk '