Browse Source

Merge branch 'patch-3' of http://github.com/methane/FrameworkBenchmarks into 924

James Yen 11 years ago
parent
commit
ce6c171c3d
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() {