diff options
author | dancer <dancer> | 2006-02-11 13:17:03 +0000 |
---|---|---|
committer | dancer <dancer> | 2006-02-11 13:17:03 +0000 |
commit | e52cd2ed462922292acf1cdfdd88b78f3c280230 (patch) | |
tree | 53c3a7cbf590be1997efc3dd2c2127a26998c856 /pbuilder-satisfydepends | |
parent | 116cd82460508ebd51f16cccdc54c9f014fee8ba (diff) | |
download | pbuilder-e52cd2ed462922292acf1cdfdd88b78f3c280230.tar pbuilder-e52cd2ed462922292acf1cdfdd88b78f3c280230.tar.gz |
* Update pbuilderrc man page to specify EXTRAPACKAGES is space-delimited
(Closes: #352224).
* Bug fix: "sudo pbuilder login --save-after-login includes the apt
cache in the base.tgz", thanks to Andreas Beckmann (Closes: #351526).
* Bug fix: "pbuilder: Arch-specific
build-deps printed weird", thanks to Daniel Schepler (Closes:
#184149).
Diffstat (limited to 'pbuilder-satisfydepends')
-rw-r--r-- | pbuilder-satisfydepends | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pbuilder-satisfydepends b/pbuilder-satisfydepends index 5da4315..74e72bb 100644 --- a/pbuilder-satisfydepends +++ b/pbuilder-satisfydepends @@ -84,7 +84,7 @@ tolower($0) ~ /^'"${BD_REGEXP}"':/ {p=1} sed 's/^[^: ]*://' | \ tr " " "/" | \ awk 'BEGIN{RS=","} {print}'); do - echo " -> Considering "$(echo $INSTALLPKGMULTI | tr "/" " " | awk '{print $0}' ) + echo " -> Considering $(echo "$INSTALLPKGMULTI" | tr "/" " " | awk '{print $0}' )" SATISFIED="no" for INSTALLPKG in $(echo "$INSTALLPKGMULTI" | \ awk 'BEGIN{RS="|"} {print}'); do |