aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--pbuilder-satisfydepends2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4e436bd..676182e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,7 @@
PBUILDERSATISFYDEPENDSCMD
* pdebuild: pass --pbuildersatisfydepends to pdebuild-internal.
* pbuilder-modules, pdebuild.1: document --pbuildersatisfydepends.
+ * pbuilder-satisfydepends: drop an useless invocation of awk.
2006-11-03 Loic Minier <lool@dooz.org>
diff --git a/pbuilder-satisfydepends b/pbuilder-satisfydepends
index b401248..ebc5754 100644
--- a/pbuilder-satisfydepends
+++ b/pbuilder-satisfydepends
@@ -104,7 +104,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 build-dep$(echo "$INSTALLPKGMULTI" | tr "/" " " )"
SATISFIED="no"
for INSTALLPKG in $(echo "$INSTALLPKGMULTI" | \
awk 'BEGIN{RS="|"} {print}'); do