mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
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:
+1
-1
@@ -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=""
|
||||
|
||||
Reference in New Issue
Block a user