diff options
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" |