Home
       tests/cc: Use scc in error/update.sh - scc - simple c99 compiler
  HTML git clone git://git.simple-cc.org/scc
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit f28394385a32f7729620977bf5c3f09cec07f6de
   DIR parent 1dbce6a1af3146a9534cf84c1676923c00f5b090
  HTML Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
       Date:   Wed, 16 Oct 2024 10:54:06 +0200
       
       tests/cc: Use scc in error/update.sh
       
       Scc moves to be called scc long time ago.
       
       Diffstat:
         M tests/cc/error/update.sh            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/tests/cc/error/update.sh b/tests/cc/error/update.sh
       @@ -3,7 +3,7 @@
        for i
        do
                (echo '/^PATTERN/+;/^\./-c'
       -         cc $CFLAGS -w -c $i 2>&1
       +         scc $CFLAGS -w -c $i 2>&1
                 printf ".\nw\n"
                 echo w) |
                ed -s $i