Remove redundant quotes from PORTAGE_RSYNC_OPTS.
authorZac Medico <zmedico@gentoo.org>
Sat, 7 Oct 2006 20:25:56 +0000 (20:25 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 7 Oct 2006 20:25:56 +0000 (20:25 -0000)
svn path=/main/trunk/; revision=4614

cnf/make.globals

index 1c70d09cb87eefad3904febf22c3c640434f41fc..a8bfa55aade0c1060c824f16ce1e45f4c62bb7db 100644 (file)
@@ -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"