From: Zac Medico Date: Sat, 8 Dec 2007 19:23:12 +0000 (-0000) Subject: Quote $PORTDIR. Thanks to Chris Kerr in bug #52208. X-Git-Tag: v2.1.4~130 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=05a05746897be73b9df75f0950532c4bd24e840b;p=portage.git Quote $PORTDIR. Thanks to Chris Kerr in bug #52208. svn path=/main/branches/2.1.2/; revision=8873 --- diff --git a/bin/emerge-webrsync b/bin/emerge-webrsync index 1e5f60ba1..2349963e4 100755 --- a/bin/emerge-webrsync +++ b/bin/emerge-webrsync @@ -72,7 +72,7 @@ sync_local() { cd portage rsync -av --progress --stats --delete --delete-after \ --exclude='/distfiles' --exclude='/packages' \ - --exclude='/local' ${PORTAGE_RSYNC_EXTRA_OPTS} . ${PORTDIR%%/} + --exclude='/local' ${PORTAGE_RSYNC_EXTRA_OPTS} . "${PORTDIR%%/}" cd .. echo "cleaning up" rm -rf portage