Skip to content
Snippets Groups Projects
Commit 950495e5 authored by nrbffs's avatar nrbffs
Browse files

fix unbound variable

parent 3cf159a5
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ upstream_newest_minor=$(git ls-remote --tags --refs https://github.com/freifunk- ...@@ -13,7 +13,7 @@ upstream_newest_minor=$(git ls-remote --tags --refs https://github.com/freifunk-
fork_newest_minor_branch="$upstream_newest_minor-ffs" fork_newest_minor_branch="$upstream_newest_minor-ffs"
fork_newest_minor_tag="$upstream_newest_minor-ffs0.1" fork_newest_minor_tag="$upstream_newest_minor-ffs0.1"
git clone "$gluon_git_url" gluon git clone "$gluon_upstream_git_url" gluon
cd gluon cd gluon
git remote add upstream "$gluon_upstream_git_url" git remote add upstream "$gluon_upstream_git_url"
git fetch upstream --tags git fetch upstream --tags
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment