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 009c59c38..029fb6586 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -439,7 +439,7 @@ unpack() { _unpack_tar lzma ;; xz) - if hasq $eapi 0 1 2 3 ; then + if hasq $eapi 0 1 2 ; then vecho "unpack ${x}: file format not recognized. Ignoring." else _unpack_tar xz |