From 154435b49aff630107715e006f9997ffcfe290e9 Mon Sep 17 00:00:00 2001 From: jesusalva Date: Wed, 7 Feb 2018 02:36:56 -0200 Subject: 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. --- init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:" -- cgit v1.2.3-60-g2f50