From 32537439397bb9b90f3b202c827c6addcb2f3cc1 Mon Sep 17 00:00:00 2001 From: Tim Byrne Date: Wed, 8 Feb 2017 21:05:42 -0800 Subject: [PATCH] Fix syntax for "source via url" --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index 4985243..ce5ffb9 100755 --- a/bootstrap +++ b/bootstrap @@ -57,7 +57,7 @@ function ask_about_source() { echo "If installation is not possible right now, you can temporarily \"source\"" echo "in a yadm() function which fetches yadm remotely each time it is called." echo - echo " source <<< curl -fsSL '$YADM_REPO/raw/$YADM_RELEASE/bootstrap'" + echo " source <(curl -fsSL '$YADM_REPO/raw/$YADM_RELEASE/bootstrap')" echo fi }