diff --git a/setup.sh b/setup.sh
index 87b2213fc7ee40b6ecefc9631aed0a486dea25a0..038f39c33c124805a36357a26b380fae0bf8a845 100755
--- a/setup.sh
+++ b/setup.sh
@@ -38,9 +38,9 @@ fi
 # get clang's extras
 if ! test -d ${EXTRA_SRC}; then
   git clone ${EXTRA_GIT} ${EXTRA_SRC}
-  cd ${EXTRA_SRC}
-  git checkout ${VERSION}
-  cd ${BASE}
+  # cd ${EXTRA_SRC}
+  # git checkout ${VERSION}
+  # cd ${BASE}
 fi