From: Zac Medico Date: Sat, 7 Oct 2006 20:25:56 +0000 (-0000) Subject: Remove redundant quotes from PORTAGE_RSYNC_OPTS. X-Git-Tag: v2.1.2~691 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4709a42d4c384594f6ed90a1ec5ffc50971c9974;p=portage.git Remove redundant quotes from PORTAGE_RSYNC_OPTS. svn path=/main/trunk/; revision=4614 --- diff --git a/cnf/make.globals b/cnf/make.globals index 1c70d09cb..a8bfa55aa 100644 --- a/cnf/make.globals +++ b/cnf/make.globals @@ -54,7 +54,7 @@ PORTAGE_RSYNC_RETRIES="3" # Number of seconds rsync will wait before timing out. #RSYNC_TIMEOUT="180" -PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'" +PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" # Minimal CONFIG_PROTECT CONFIG_PROTECT="/etc"