Commit b5b1f32b authored by Mattia Rizzolo's avatar Mattia Rizzolo

pbuilder script: remove useless (and wrong) quotetion marks

parent 06aece45
......@@ -36,7 +36,7 @@ sett() {
debian)
MIRROR="http://http.debian.net/debian"
COMPONENTS="main contrib"
OTHER+='--debootstrapopts "--keyring=/usr/share/keyrings/debian-archive-keyring.gpg"'
OTHER+="--debootstrapopts --keyring=/usr/share/keyrings/debian-archive-keyring.gpg"
;;
ubuntu)
MIRROR="http://archive.ubuntu.com/ubuntu"
......@@ -74,7 +74,6 @@ sett() {
fi
}
# --components \"$COMPONENTS\"
execute() {
sudo pbuilder $OPERATION \
--architecture $ARCH \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment