From 5c015acd38faf4c992da264df039aeb074c93802 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 16 Feb 2009 13:07:28 +0100 Subject: extr: Fixed .tgz handling --- etc/functions/extr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/functions') diff --git a/etc/functions/extr b/etc/functions/extr index 444b237..eee5ad2 100755 --- a/etc/functions/extr +++ b/etc/functions/extr @@ -17,7 +17,7 @@ if [[ -f $1 ]] { *.lzh) lha x $1 ;; *.gz) gunzip -d $1 ;; *.tar) tar xvf $1 ;; - *.tgz) xvzf $1 ;; + *.tgz) tar xvzf $1 ;; *.tbz2) tar xvjf $1 ;; *.zip) unzip $1 ;; *.Z) uncompress $1 ;; -- cgit v1.2.3