accessing unset variables fixed

This commit is contained in:
2022-07-04 19:03:19 +02:00
parent cebae11b38
commit dca348c4e3
3 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ std::error() {
}
std::debug() {
[[ ${PMODULES_DEBUG} ]] || return 0
[[ -v PMODULES_DEBUG ]] || return 0
std::log 2 "$@"
}