"vscode:/vscode.git/clone" did not exist on "b7ee3022b02a4534055cafcbd6f30da606e5d41c"
Commit 1eb48003 authored by xoviat's avatar xoviat Committed by GitHub
Browse files

FIX: ext

parent d7e813cf
...@@ -59,7 +59,7 @@ function build_simple { ...@@ -59,7 +59,7 @@ function build_simple {
local configure_args=${@:5} local configure_args=${@:5}
if [[ $ext == --* ]]; then if [[ $ext == --* ]]; then
configure_args="$ext $configure_args" configure_args="$ext $configure_args"
ext=".tar.gz" ext="tar.gz"
fi fi
if [ -e "${name}-stamp" ]; then if [ -e "${name}-stamp" ]; then
return return
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment