added tbz extension for tar bzip2
authorChris Koeritz <fred@gruntose.com>
Sun, 28 Oct 2018 23:46:49 +0000 (19:46 -0400)
committerChris Koeritz <fred@gruntose.com>
Sun, 28 Oct 2018 23:46:49 +0000 (19:46 -0400)
scripts/archival/unpack.sh

index 04ce990bc0cb13db6957b4556ed0162649b7cf6a..b67ac9788a56eaabbf00af64ac58bc3e2e35cdad 100644 (file)
@@ -65,6 +65,7 @@ if [[ "$archive_file" =~ .*\.tar$ \
     || "$archive_file" =~ .*\.tar\.xz$ \
     || "$archive_file" =~ .*\.iar$ \
     || "$archive_file" =~ .*\.oar$ \
+    || "$archive_file" =~ .*\.tbz$ \
     || "$archive_file" =~ .*\.tgz$ \
     || "$archive_file" =~ .*\.txz$ \
     || "$archive_file" =~ .*\.ova$ \