diff options
author | Junichi Uekawa <dancer@netfort.gr.jp> | 2009-03-13 22:22:12 +0900 |
---|---|---|
committer | Junichi Uekawa <dancer@netfort.gr.jp> | 2009-03-13 22:22:12 +0900 |
commit | aa80657c561580daf6bb00436e0f6832e1e95dea (patch) | |
tree | 5338f0ca1cebaecf0b2de194517b7fe45ce2bc48 /pbuilder-satisfydepends-funcs | |
parent | 291a07da4a44f3ac9ba58f39040967db98fd78dc (diff) | |
download | pbuilder-aa80657c561580daf6bb00436e0f6832e1e95dea.tar pbuilder-aa80657c561580daf6bb00436e0f6832e1e95dea.tar.gz |
expand test and add comments for get_control_re.
Diffstat (limited to 'pbuilder-satisfydepends-funcs')
-rwxr-xr-x | pbuilder-satisfydepends-funcs | 1 |
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" |