libpbuild.bash: UTF encode space replaced with ASCII space char

This commit is contained in:
2022-06-07 17:33:31 +02:00
parent 3e1d802012
commit b53c737907
+1 -1
View File
@@ -601,7 +601,7 @@ pbuild::pre_install() {
}
pbuild::install() {
make install || \
make install || \
std::die 3 \
"%s " "${module_name}/${module_version}:" \
"compilation failed!"