Parcourir la source

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

INADA Naoki il y a 11 ans
Parent
commit
368f417e53
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  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() {
 fw_untar() {
-  # tar xzf "$@"
-  tar xvzf "$@"
+  tar xvf "$@"
 }
 }
 
 
 fw_unzip() {
 fw_unzip() {