]> git.hungrycats.org Git - linux/commitdiff
zygo: spell "tar.xz" correctly
authorZygo Blaxell <zblaxell@serenity.furryterror.org>
Sat, 21 Jun 2014 18:34:21 +0000 (14:34 -0400)
committerZygo Blaxell <zblaxell@serenity.furryterror.org>
Sat, 21 Jun 2014 18:34:21 +0000 (14:34 -0400)
zygo/new-kernel

index 7add9dadd5356b18e43e300b385dc7e52611a282..c7f655dda385e49422a5f8b1f96aca3b9aa81758 100755 (executable)
@@ -20,7 +20,7 @@ for x in *; do
                (cd .. && tar xzf /usr/src/"$x".tar.gz)
        elif [ -s /usr/src/"$x".tar.xz ]; then
                trash "$x"
-               (cd .. && tar xf /usr/src/"$x".xz -I xz)
+               (cd .. && tar xf /usr/src/"$x".tar.xz -I xz)
        elif [ -s /usr/src/"$x"-source.tar.gz ]; then
                trash "$x"
                (cd .. && tar xzf /usr/src/"$x"-source.tar.gz)