From c348757fc7a8c4d87ce0ba3012ffc54e55b53f81 Mon Sep 17 00:00:00 2001 From: lool Date: Mon, 6 Nov 2006 20:20:56 +0000 Subject: * pbuilder-satisfydepends: drop an useless invocation of awk. --- ChangeLog | 1 + pbuilder-satisfydepends | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 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 -- cgit v1.2.3