From b91b2762d6360da65703631f4b733ea38c5b47e5 Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Fri, 12 May 2017 20:28:43 -0600 Subject: [PATCH] Update pkgutils, remove print from fetch.sh --- fetch.sh | 1 - pkgutils | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/fetch.sh b/fetch.sh index a1f111092..ca8906787 100755 --- a/fetch.sh +++ b/fetch.sh @@ -11,6 +11,5 @@ fi for recipe in $recipes do - echo -e "\033[01;38;5;215mfetch - fetching $recipe\033[0m" >&2 ./cook.sh "$recipe" fetch done diff --git a/pkgutils b/pkgutils index b9c10c980..e8b316a8d 160000 --- a/pkgutils +++ b/pkgutils @@ -1 +1 @@ -Subproject commit b9c10c980e1724270b7e90d3c2d4999c398814b8 +Subproject commit e8b316a8d52437b6f28cb3c68c61895403337018 -- GitLab