add missing exports

This commit is contained in:
fatalerrors
2026-05-27 14:26:44 +02:00
parent 8ac0c1eaf2
commit 01e17888fe

View File

@@ -108,6 +108,7 @@ busy()
wait "$sub_pid" 2>/dev/null
return 0
}
export -f busy
# ------------------------------------------------------------------------------
@@ -259,6 +260,7 @@ fake_compile()
wait "$sub_pid" 2>/dev/null
return 0
}
export -f fake_compile
# ------------------------------------------------------------------------------
@@ -420,6 +422,7 @@ hack()
wait "$sub_pid" 2>/dev/null
return 0
}
export -f hack
# ------------------------------------------------------------------------------