missing quote in libpbuild.bash fixed

This commit is contained in:
2019-08-21 13:21:20 +02:00
parent 24424304d4
commit a2d9f6a665
+1 -2
View File
@@ -1,4 +1,3 @@
#!/bin/bash
#.............................................................................
@@ -1104,7 +1103,7 @@ pbuild.build_module() {
"cannot continue with dry run..."
std::info "%s\n" \
$m: module does not exist, trying to build it..."
"$m: module does not exist, trying to build it..."
local args=( '' )
set -- ${ARGS[@]}
while (( $# > 0 )); do