build-system: pbuild::install_docfiles(): exit with error if called

This commit is contained in:
2025-11-27 16:25:26 +01:00
parent a9fd3341a6
commit cddd618a4b
3 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -136,7 +136,7 @@ save_env() {
via a trap handler.'
encode_base64(){
local -- os_name=''
os_name=$(${uname} -s)
os_name=$(uname -s)
case "${os_name}" in
Linux )