summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--init-tg22
-rwxr-xr-xinit.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/init-tg2 b/init-tg2
index 10e79eb..a203786 100644
--- a/init-tg2
+++ b/init-tg2
@@ -4,7 +4,7 @@ tg2 () {
# genshi-contrib:
# from genshi svn, contrib/vim
GENSHI_CONTRIB_DIR="genshi-contrib"
- GENSHI_CONTRIB_URL="http://svn.edgewall.org/repos/genshi/contrib/vim/"
+ GENSHI_CONTRIB_SVN="http://svn.edgewall.org/repos/genshi/contrib/vim/"
do_svn $1 "$GENSHI_CONTRIB_DIR" "$GENSHI_CONTRIB_SVN"
}
register tg2
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
}