scc

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

commit 3d92a3b0d83de06ce99f320906711d2d21f9a0c4
parent 1ed0ff0000999561feee336c289252faf2502a7e
Author: Roberto E. Vargas Caballero <k0ga@shike2.net>
Date:   Fri, 31 Oct 2025 18:19:56 +0100

tests/ar: Fix file name in 0039-update.sh

Diffstat:
Mtests/ar/execute/0039-update.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/ar/execute/0039-update.sh b/tests/ar/execute/0039-update.sh @@ -26,7 +26,7 @@ EOF cmp $tmp1 $tmp2 echo Second > file1 -touch -t 197001010000 file.1 +touch -t 197001010000 file1 $EXEC scc ar -ruv file.a file1 $EXEC scc ar -p file.a file1 > $tmp1