xbps-src: more shell quoting fixes to binpkg deps code.
This commit is contained in:
parent
0a09c3268c
commit
f3c6961067
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ install_dependencies_pkg()
|
|||
echo " ${i}: found '$pkgn-$iver'."
|
||||
else
|
||||
echo " ${i}: not found."
|
||||
notinstalled_deps="$notinstalled_deps $i"
|
||||
notinstalled_deps="${notinstalled_deps} \"${i}\""
|
||||
fi
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in a new issue