summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2006-10-07 20:25:56 +0000
committerZac Medico <zmedico@gentoo.org>2006-10-07 20:25:56 +0000
commit4709a42d4c384594f6ed90a1ec5ffc50971c9974 (patch)
tree4fffda5e81f8720326f514e81e16dee2818cb4e5 /cnf/make.globals
parentRemove redunant quotes for bug #150381. This change is related to the shlex ... (diff)
downloadportage-multirepo-4709a42d4c384594f6ed90a1ec5ffc50971c9974.tar.gz
portage-multirepo-4709a42d4c384594f6ed90a1ec5ffc50971c9974.tar.bz2
portage-multirepo-4709a42d4c384594f6ed90a1ec5ffc50971c9974.zip
Remove redundant quotes from PORTAGE_RSYNC_OPTS.
svn path=/main/trunk/; revision=4614
Diffstat (limited to 'cnf/make.globals')
-rw-r--r--cnf/make.globals2
1 files changed, 1 insertions, 1 deletions
diff --git a/cnf/make.globals b/cnf/make.globals
index 1c70d09c..a8bfa55a 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"