FreeBSD Bugzilla – Attachment 54884 Details for
Bug 83023
[PATCH] shells/zsh: Teach zsh completion about bsdtar formats
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
zsh-4.2.5.patch
zsh-4.2.5.patch (text/plain), 915 bytes, created by
Ulrich Spoerlein
on 2005-07-05 20:00:36 UTC
(
hide
)
Description:
zsh-4.2.5.patch
Filename:
MIME Type:
Creator:
Ulrich Spoerlein
Created:
2005-07-05 20:00:36 UTC
Size:
915 bytes
patch
obsolete
>Index: files/patch-tar_archive >=================================================================== >RCS file: files/patch-tar_archive >diff -N files/patch-tar_archive >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ files/patch-tar_archive 5 Jul 2005 18:48:00 -0000 >@@ -0,0 +1,18 @@ >+--- Completion/Unix/Type/_tar_archive Mon Jul 4 17:16:10 2005 >++++ Completion/Unix/Type/_tar_archive Tue Jul 5 20:44:52 2005 >+@@ -14,13 +14,8 @@ >+ _description files expl 'archive file' >+ >+ if [[ "$1" = *[urtx]* ]]; then >+- if [[ "$1" = *[zZ]* ]]; then >+- _files "$expl[@]" -g '*.((tar|TAR).(gz|GZ|Z)|tgz)(-.)' >+- elif [[ "$1" = *[Ijy]* ]]; then >+- _files "$expl[@]" -g '*.(tar|TAR).bz2(-.)' >+- else >+- _files "$expl[@]" -g '*.(tar|TAR)(-.)' >+- fi >++# bsdtar/libarchive handles these automagically >++ _files "$expl[@]" -g '*.((tar|TAR|iso|ISO|cpio).(|(gz|GZ|Z|bz2))|tgz|tbz|jar|zip)(-.)' >+ else >+ _files "$expl[@]" >+ fi
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 83023
: 54884