oh crap... Typo
authorSteve Youngs <steve@sxemacs.org>
Thu, 13 Feb 2014 11:29:56 +0000 (21:29 +1000)
committerSteve Youngs <steve@sxemacs.org>
Thu, 13 Feb 2014 11:33:07 +0000 (21:33 +1000)
etc/pkgusr/zsh/zsh-pkgtools

index 3c5164f..2d39901 100644 (file)
@@ -201,7 +201,7 @@ xtar()
                (tar)   opts=xf ;;
                (gzip)  opts=zxf ;;
                (bzip2) opts=jxf ;;
-               (xz|XZ  opts=Jxf ;;
+               (xz|XZ) opts=Jxf ;;
                (*)
                        # try lzma
                        if lzmainfo ${fname} &>/dev/null; then