From 4c276d2ae4babb246e8ae88947af753b2885a0ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= <karel.koci@nic.cz> Date: Wed, 29 Jan 2020 15:13:39 +0100 Subject: [PATCH] compile_pkgs: fix invalid function call This was missed in previous commit cd2227830d28f624593e85c551f92805d138d7fd --- compile_pkgs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compile_pkgs b/compile_pkgs index 4005d740f..adfd79abc 100755 --- a/compile_pkgs +++ b/compile_pkgs @@ -390,7 +390,7 @@ repatch_feeds() { _perl ./scripts/feeds clean -a _perl ./scripts/feeds update -a - _report "Patching feeds" + report "Patching feeds" for feed in "$src_dir"/patches/*; do [ -d "$feed" ] || continue feed_name="$(basename "$feed")" @@ -403,7 +403,7 @@ repatch_feeds() { done done - _report "Installing feeds packages" + report "Installing feeds packages" _perl ./scripts/feeds update -a -i _perl ./scripts/feeds install -a } -- GitLab