diff options
-rwxr-xr-x | bin/ebuild.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 69f22f44c..7c85b5a39 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -310,7 +310,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 |