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() { ...@@ -36,7 +36,7 @@ sett() {
debian) debian)
MIRROR="http://http.debian.net/debian" MIRROR="http://http.debian.net/debian"
COMPONENTS="main contrib" COMPONENTS="main contrib"
OTHER+='--debootstrapopts "--keyring=/usr/share/keyrings/debian-archive-keyring.gpg"' OTHER+="--debootstrapopts --keyring=/usr/share/keyrings/debian-archive-keyring.gpg"
;; ;;
ubuntu) ubuntu)
MIRROR="http://archive.ubuntu.com/ubuntu" MIRROR="http://archive.ubuntu.com/ubuntu"
...@@ -74,7 +74,6 @@ sett() { ...@@ -74,7 +74,6 @@ sett() {
fi fi
} }
# --components \"$COMPONENTS\"
execute() { execute() {
sudo pbuilder $OPERATION \ sudo pbuilder $OPERATION \
--architecture $ARCH \ --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