From 33670e7a8e193295f8ebb06fe8fdc6033ab6d708 Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Sun, 7 Feb 2016 20:06:48 +0900 Subject: [PATCH] Use specific timeout of 0 to force index update to wait always. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d67aa2b..2042f6f 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ TILDEIFY = sed "s|$$HOME|~|" all: $(FISH_CONFIG) $(FISHER_CACHE) $(FISHER_FILE) $(AUTHORS) $(DOCS) @if [ ! -s $(INDEX) ]; then\ echo "Downloading the index for the first time...";\ - fish -c "__fisher_index_update";\ + fish -c "__fisher_index_update 0";\ fi @$(call MSG,"Ahoy! Reset your shell and type 'fisher '") @fish -c "fisher help -a" | sed -n '3,$$p'