scc

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

commit 4e6fb511b31c7d113f56e968c952575cb0130df3
parent 78f50052f168c1f93590568724acf30195fde4ef
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 '