Skip to content
Snippets Groups Projects
Commit 6db22160 authored by jacob's avatar jacob
Browse files

handle .tgz files

parent b89fba97
No related merge requests found
......@@ -307,7 +307,7 @@ tarflags()
'')
fatal 1 "tarflags(): File name argument missing."
;;
*.tar.gz)
*.tar.gz | *.tgz)
echo 'zxf'
;;
*.tar.bz2)
......
......@@ -266,7 +266,7 @@ tarflags()
'')
fatal 1 "tarflags(): File name argument missing."
;;
*.tar.gz)
*.tar.gz | *.tgz)
echo 'zxf'
;;
*.tar.bz2)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment