removing unnecessary chdir

This commit is contained in:
John Jarvis
2012-07-31 17:14:22 -04:00
parent 5c73a6f2ca
commit ecab194e47

View File

@@ -82,7 +82,6 @@ clone_repos() {
git submodule update --init
fi
cd "$BASE"
# By default, dev environments start with a copy of 6.002x
cd "$BASE"
mkdir -p "$BASE/data"