diff options
author | Igor Murzov <igor@gplsoft.org> | 2010-04-19 01:40:33 +0400 |
---|---|---|
committer | Ville Skyttä <ville.skytta@iki.fi> | 2010-04-19 21:10:47 +0300 |
commit | 43421d781bfb6ff2c5fecb665383523324b62ea6 (patch) | |
tree | f9046bc5dcb5c4d2790a86bd6e037ff44d746421 /contrib | |
parent | e28d19ef4c413d850dd5a80e2ea3907f50608d70 (diff) | |
download | bash-completion-43421d781bfb6ff2c5fecb665383523324b62ea6.tar.gz |
Add .txz and .tlz to the list of known extensions for xz
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/xz | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ _xz() local split=false _split_longopt && split=true - local xspec="*.@(xz|lzma)" + local xspec="*.@(xz|lzma|txz|tlz)" case $prev in --decompress|--list|--test|!(-*)[dlt]*) |