1
0
mirror of https://github.com/minetest-mods/3d_armor.git synced 2024-09-27 23:10:35 +02:00

Fix ldoc ci

This commit is contained in:
Niklp09 2023-10-28 12:15:26 +02:00
parent 1da9d94e7c
commit 17c1096a19

View File

@ -48,7 +48,7 @@ done
echo echo
# generate new doc files # generate new doc files
"${cmd_ldoc}" --UNSAFE_NO_SANDBOX -c "${f_config}" -d "${d_export}" "${d_root}"; retval=$? "${cmd_ldoc}" --unsafe_no_sandbox -c "${f_config}" -d "${d_export}" "${d_root}"; retval=$?
# check exit status # check exit status
if test ${retval} -ne 0; then if test ${retval} -ne 0; then