From b53c737907a724c7010bb241771e8474c479f3d3 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Tue, 7 Jun 2022 17:33:31 +0200 Subject: [PATCH] libpbuild.bash: UTF encode space replaced with ASCII space char --- Pmodules/libpbuild.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pmodules/libpbuild.bash b/Pmodules/libpbuild.bash index 6773026..51c5ce2 100644 --- a/Pmodules/libpbuild.bash +++ b/Pmodules/libpbuild.bash @@ -601,7 +601,7 @@ pbuild::pre_install() { } pbuild::install() { - make install || \ + make install || \ std::die 3 \ "%s " "${module_name}/${module_version}:" \ "compilation failed!"