| Server IP : 82.208.35.60 / Your IP : 216.73.217.33 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/archivers/unfoo/files/ |
Upload File : |
--- unfoo.orig 2014-07-17 08:18:00 UTC
+++ unfoo
@@ -239,11 +239,11 @@ for i in "$@"; do
# Packed with 7zip, thanks Komoto
*.7z)
echo -n"$IAM: Unpacking 7zip archive $ITIS..."
- if [ $(7z l -slt "$i" | grep Path | grep -v "$i" | cut -d' ' -f3 | need_subdir) == 1 ]; then
+ if [ $(7zz l -slt "$i" | grep Path | grep -v "$i" | cut -d' ' -f3 | need_subdir) == 1 ]; then
dirname=$(basename "$i" .7z)
- 7z x -o"$dirname" "$i"
+ 7zz x -o"$dirname" "$i"
else
- 7z x "$i"
+ 7zz x "$i"
fi
check_success
;;