From b63e03b9ada79029f2848195241e90557b6e2b2d Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 31 Oct 2017 22:05:18 +0100 Subject: bin/common-functions: bugfix in a regex --- bin/common-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/common-functions') diff --git a/bin/common-functions b/bin/common-functions index fe77a06..7a76a5b 100755 --- a/bin/common-functions +++ b/bin/common-functions @@ -196,7 +196,7 @@ generate_package_metadata() { { printf 'all_depend = %s\n' 'base' 'base-devel' sed -n "$( - printf '/^\t%s = /p' \ + printf '/^\t%s = /p\n' \ 'depends' \ 'makedepends' \ 'checkdepends' -- cgit v1.2.3-54-g00ecf