CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
make: fixed build and updated release
[crossrootfs.git] / less / filter
index ac7b52f10e30b13e917a036587196384258bb599..fdca895996466c1f7a0243fd585f06a6b56df91d 100755 (executable)
@@ -13,6 +13,8 @@ filter() {
        *.tar) tar tvvf "$1" ;;
        *.tgz|*.tar.gz|*.tar.[zZ]) tar tzvvf "$1" ;;
        *.tbz2|*.tar.bz2) tar tjvvf "$1" ;;
+       *.tar.xz|*.tar.lzma) tar tJvvf "$1" ;;
+       *.xz|*.lzma) xz -dc "$1" ;;
        *.[zZ]|*.gz) gzip -dc "$1" ;;
        *.bz2) bzip2 -dc "$1" ;;
        *.zip) zipinfo "$1" ;;