summaryrefslogtreecommitdiffstats
path: root/bin/ebuild.sh
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-02-18 23:29:10 +0000
committerZac Medico <zmedico@gentoo.org>2007-02-18 23:29:10 +0000
commit9a7c3c9eb6a8b5305419ea62db4930d32b3f8c18 (patch)
tree34f917c6fcdb5fca709bc3c3ff7539e899c3c8c5 /bin/ebuild.sh
parent55604819840166f1adb1080b6a8d284c53527d4b (diff)
downloadportage-9a7c3c9eb6a8b5305419ea62db4930d32b3f8c18.tar.gz
portage-9a7c3c9eb6a8b5305419ea62db4930d32b3f8c18.tar.bz2
portage-9a7c3c9eb6a8b5305419ea62db4930d32b3f8c18.zip
Don't exclude . since that excludes the entire contents of some tar files. (trunk r6003:6004)
svn path=/main/branches/2.1.2/; revision=6005
Diffstat (limited to 'bin/ebuild.sh')
-rwxr-xr-xbin/ebuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index 0f0c23f01..e5af3e754 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -385,7 +385,7 @@ unpack() {
local x
local y
local myfail
- local tar_opts="--exclude ." # preserve ${PORTAGE_WORKDIR_MODE}
+ local tar_opts=""
[ -z "$*" ] && die "Nothing passed to the 'unpack' command"
for x in "$@"; do