xbps-src: more shell quoting fixes to binpkg deps code.

This commit is contained in:
Juan RP 2011-10-08 08:18:48 +02:00
parent 0a09c3268c
commit f3c6961067

View file

@ -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