summaryrefslogtreecommitdiffstats
path: root/init.sh
diff options
context:
space:
mode:
Diffstat (limited to 'init.sh')
-rwxr-xr-xinit.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.sh b/init.sh
index c5cc4a1..4f2af2d 100755
--- a/init.sh
+++ b/init.sh
@@ -65,7 +65,7 @@ do_git_submodule () {
ret=$?
[ $ret -ne 0 ] && break
done
- popd
+ # TODO: popd
check_ret $ret
}