Browse Source

installer: unter() allows .tar.bz2 and .tar.xz

INADA Naoki 11 years ago
parent
commit
368f417e53
1 changed files with 1 additions and 2 deletions
  1. 1 2
      toolset/setup/linux/bash_functions.sh

+ 1 - 2
toolset/setup/linux/bash_functions.sh

@@ -12,8 +12,7 @@ fw_get () {
 }
 
 fw_untar() {
-  # tar xzf "$@"
-  tar xvzf "$@"
+  tar xvf "$@"
 }
 
 fw_unzip() {