From 9ddbdfb80a08274c5ecae76be8606a877189eeba Mon Sep 17 00:00:00 2001 From: Alexander Ljungberg Date: Mon, 10 Sep 2018 10:21:57 +0100 Subject: [PATCH] Fixed: new `rsync-base` option always on. Whether enabled or not, this new feature would try to rsync from the current folder. Refs #2769. --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 3147dd986..e8480c33c 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -313,7 +313,7 @@ if [ "$install_cappuccino" ]; then echo "Cloning Cappuccino base from \"$git_repo\"..." git clone "$git_repo" "$install_directory" (cd "$install_directory" && git checkout "origin/$github_ref") - elif [ -n "local_base" ]; then + elif [ -n "$local_base" ]; then echo "rsyncing local copy of the base distribution from $local_base to $install_directory" quiet_arg=""