summaryrefslogtreecommitdiffstats
path: root/init.sh
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2012-02-03 13:03:13 +0100
committerJan Pokorný <jpokorny@redhat.com>2012-02-03 13:03:13 +0100
commit02e1ae5eb5bef5ac100c387e15332fe7fa97f415 (patch)
treec6ec817cd28dfe669370f8fb0548e0e7ee69839b /init.sh
parent9687b559ecff22cd42c0a0acdfd2980565bf1146 (diff)
downloadvim4projects-02e1ae5eb5bef5ac100c387e15332fe7fa97f415.tar.gz
vim4projects-02e1ae5eb5bef5ac100c387e15332fe7fa97f415.tar.xz
vim4projects-02e1ae5eb5bef5ac100c387e15332fe7fa97f415.zip
fix issues with previous commit
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
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
}