From 9cace78a9876735b6b95fc4fef6d54d56f56d0d4 Mon Sep 17 00:00:00 2001 From: PS
Date: Sat, 28 Feb 2026 17:46:01 +0100 Subject: Actually actually fix compile-db --- src/bin/compile-db | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/bin/compile-db b/src/bin/compile-db index acd3a07..cc5596e 100755 --- a/src/bin/compile-db +++ b/src/bin/compile-db @@ -24,5 +24,5 @@ if { if { ln -sf compiled-${DATE} ${CONFIGDIR}/../compiled } if { mv -f ${CONFIGDIR}/../compiled ${CONFIGDIR}/ } -if -x0 { eltest ${CONFIGDIR}/compiled != ${CONFIGDIR}/compiled } +if -x0 { eltest ${OLDDB} != ${CONFIGDIR}/compiled } rm -Rf ${OLDDB} -- cgit v1.2.3