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'."
|
echo " ${i}: found '$pkgn-$iver'."
|
||||||
else
|
else
|
||||||
echo " ${i}: not found."
|
echo " ${i}: not found."
|
||||||
notinstalled_deps="${notinstalled_deps} \"${i}\""
|
notinstalled_deps="${notinstalled_deps} ${i}"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue