xbps-src: don't quote twice the same vars in notinstalled_deps.
This commit is contained in:
parent
0815359089
commit
355699f4b4
|
@ -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 New Issue