aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-satisfydepends-funcs
diff options
context:
space:
mode:
authorJunichi Uekawa <dancer@netfort.gr.jp>2009-03-13 22:22:12 +0900
committerJunichi Uekawa <dancer@netfort.gr.jp>2009-03-13 22:22:12 +0900
commitaa80657c561580daf6bb00436e0f6832e1e95dea (patch)
tree5338f0ca1cebaecf0b2de194517b7fe45ce2bc48 /pbuilder-satisfydepends-funcs
parent291a07da4a44f3ac9ba58f39040967db98fd78dc (diff)
downloadpbuilder-aa80657c561580daf6bb00436e0f6832e1e95dea.tar
pbuilder-aa80657c561580daf6bb00436e0f6832e1e95dea.tar.gz
expand test and add comments for get_control_re.
Diffstat (limited to 'pbuilder-satisfydepends-funcs')
-rwxr-xr-xpbuilder-satisfydepends-funcs1
1 files changed, 1 insertions, 0 deletions
diff --git a/pbuilder-satisfydepends-funcs b/pbuilder-satisfydepends-funcs
index bdbe0b1..f431880 100755
--- a/pbuilder-satisfydepends-funcs
+++ b/pbuilder-satisfydepends-funcs
@@ -51,6 +51,7 @@ function checkbuilddep_versiondeps () {
}
get_control_re() {
+ # output the field which matches RE of control file in stdout.
control="$1"
re="$2"