xbps-src: don't quote twice the same vars in notinstalled_deps.
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user