update RDC code

This commit is contained in:
b1ek 2024-06-22 21:24:13 +10:00
parent 26236bf041
commit 52c6663e3a
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 2 additions and 1 deletions

View File

@ -64,6 +64,7 @@ if (( ${#non_ok[@]} != 0 )); then
>&2 echo " From which, these are missing:"
>&2 echo " > $non_ok"
>&2 echo "Make sure that those are installed and are present in \$PATH."
exit 1
fi
unset non_ok