Add nested if() test. Update source locations.

This commit is contained in:
Michael Hohn
2023-12-05 18:55:06 -08:00
committed by =Michael Hohn
parent d02e26d6d2
commit 405b3a0661
12 changed files with 265 additions and 51 deletions

View File

@@ -7,7 +7,7 @@ echo $DB
test -d "$DB" && rm -fR "$DB"
mkdir -p "$DB"
codeql database create --language=javascript -s . -j 8 -v $DB
codeql database create --language=javascript -s source -j 8 -v $DB
# Check it
echo "The DB is in $DB"