xbps-src: don't quote twice the same vars in notinstalled_deps.

This commit is contained in:
Juan RP 2011-10-08 12:43:51 +02:00
parent 0815359089
commit 355699f4b4

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