mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-29 18:59:39 +02:00
build-system: pbuild::install_docfiles(): exit with error if called
This commit is contained in:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user