Skip to content

Commit

Permalink
Merge pull request #4 from kfwls/patch-1
Browse files Browse the repository at this point in the history
Remove -no-ignore-command-error
  • Loading branch information
udhos authored May 3, 2017
2 parents b2a8fff + 1b60eeb commit 8370873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-golang.sh
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ untar() {
fi
[ -d "$PWD" ] || die untar: not a directory: $PWD
[ -w "$PWD" ] || die untar: unable to write: $PWD
local cmd="tar -x --no-ignore-command-error -f $abs_filepath"
local cmd="tar -x -f $abs_filepath"
msg untar: $cmd
$cmd || die untar: failed: $abs_filepath
}
Expand Down

0 comments on commit 8370873

Please sign in to comment.