Merge branch '67-fix-missing-quote-in-libpbuild-bash' into 'master'

Resolve "fix missing quote in libpbuild.bash"

Closes #67

See merge request Pmodules/src!32
This commit is contained in:
2019-08-21 13:21:41 +02:00
+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