Fixed: new rsync-base option always on.

Whether enabled or not, this new feature would try to rsync from the current folder.

Refs #2769.
This commit is contained in:
Alexander Ljungberg
2018-09-10 10:21:57 +01:00
parent 1cab88181d
commit 9ddbdfb80a
+1 -1
View File
@@ -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=""