From 26632be4305c7bdcdd554cc64bbb920e1938d0b9 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Fri, 28 Nov 2014 00:21:41 -0500 Subject: [PATCH] Modify rcmd string --- functions/fpkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/fpkg b/functions/fpkg index dfbafae..7138cad 100644 --- a/functions/fpkg +++ b/functions/fpkg @@ -210,7 +210,7 @@ update_packages_init() if [ -n "${USE_LFS_PATCHES}" ]; then # Getting list of all patches from LFS server. - rcmd "Fetching LFS patches list" static_fetch_patches_list \ + rcmd "Fetching LFS patches list" static_fetch_patches_list \ ${LFS_PATCHES_URL} ${LFS_PATCHES_LIST} fi -- 2.20.1