summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorMatt Watson <mattdangerw@gmail.com>2015-01-14 17:07:03 -0800
committerMatt Watson <mattdangerw@gmail.com>2015-01-14 17:07:03 -0800
commitd89186b48f2745a2ad1549379110a0cd9db32750 (patch)
tree50a284ec98880eff8a1ea7574466f01b3168073d /autogen.sh
parentb021311a123004ea1c5012d5eafe974a0091e0c3 (diff)
Don't set origin remote in autogen.sh
That's not really in the scope of things autogen.sh should be doing. We should leave the remotes to whoever clones the thing to set up as they please. [endlessm/eos-sdk#2627]
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index bc5d99d..e4a7ecc 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -14,7 +14,6 @@ test -f $FILE_MUST_EXIST || {
exit 1
}
-git remote set-url origin http://github.com/endlessm/eos-sdk.git
git submodule init .
git submodule update --recursive