summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjesusalva <cpntb1@ymail.com>2018-02-07 02:36:56 -0200
committerjesusalva <cpntb1@ymail.com>2018-02-07 02:36:56 -0200
commit154435b49aff630107715e006f9997ffcfe290e9 (patch)
tree8f3738441626926a73df3561c2a5c78cdb342634
parente79acc8756a4b336a37bf8fb831f7a2181830f5e (diff)
downloadall-154435b49aff630107715e006f9997ffcfe290e9.tar.gz
all-154435b49aff630107715e006f9997ffcfe290e9.tar.bz2
all-154435b49aff630107715e006f9997ffcfe290e9.tar.xz
all-154435b49aff630107715e006f9997ffcfe290e9.zip
Make init.sh aware that this is not Evol, so it looks in the right place.
Otherwise, it will not clone the data we want it to, and running init.sh will always output an Evol copy. This may break things if repositories have a different name. I will see if this commit breaks anything by tomorrow.
-rwxr-xr-xinit.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.sh b/init.sh
index ab33ba4..a4459ab 100755
--- a/init.sh
+++ b/init.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
export LANG=C
-export GROUP=evol
+export GROUP=TMW2
CMD="$1"
PROTO="git@gitlab.com:"