From aa80657c561580daf6bb00436e0f6832e1e95dea Mon Sep 17 00:00:00 2001 From: Junichi Uekawa Date: Fri, 13 Mar 2009 22:22:12 +0900 Subject: expand test and add comments for get_control_re. --- pbuilder-satisfydepends-funcs | 1 + 1 file changed, 1 insertion(+) (limited to 'pbuilder-satisfydepends-funcs') 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" -- cgit v1.2.3