aboutsummaryrefslogtreecommitdiffstats
path: root/src/bin/compile-db
diff options
context:
space:
mode:
authorPS <p@0x53.net>2026-02-28 17:46:01 +0100
committerPS <p@0x53.net>2026-02-28 17:46:01 +0100
commit9cace78a9876735b6b95fc4fef6d54d56f56d0d4 (patch)
tree1c7acca44c44a6efc25bac06ff741c44678394b8 /src/bin/compile-db
parentaf5234ec0016bacf395b6d32d005d3d3e91157e2 (diff)
downloadgoetia-base-9cace78a9876735b6b95fc4fef6d54d56f56d0d4.tar.gz
goetia-base-9cace78a9876735b6b95fc4fef6d54d56f56d0d4.tar.bz2
goetia-base-9cace78a9876735b6b95fc4fef6d54d56f56d0d4.zip
Actually actually fix compile-db
Diffstat (limited to 'src/bin/compile-db')
-rwxr-xr-xsrc/bin/compile-db2
1 files changed, 1 insertions, 1 deletions
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}