scc

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

commit 37a052bfd4daf111134300f8d684dd0a520280f1
parent 6cbdc17be9d3978029668198a7d61e72d3b8df1c
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Fri, 11 May 2018 18:01:58 +0100

Small style change to configure

We use test instead of [], because God wants it.

Diffstat:
Mconfigure | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure @@ -1,6 +1,6 @@ #!/bin/sh -if [ ! -e config.mk ] +if test ! -e config.mk then printf '%s\n' 'Generating config.mk from defaults...' \ '(edit it for customization and then re-run this script)'