Commit eccec4fe5ed67adf1fce6cbe24757aca2e064b35

  • avatar
  • ncq
  • Tue Feb 23 12:15:16 GMT 2010
Fix faulty logic
gm-mirror_vcs
(6 / 4)
  
44#------------------------------------------------------------------
55
66mkdir -p ${BAK_BASE}/vcs-mirror
7
78cd ${BAK_BASE}/vcs-mirror
89
9
10# Git
11git clone git://gitorious.org/gnumed/gnumed.git
12if test "$?" != "0" ; then
10if [ -d gnumed ]; then
1311 cd gnumed
1412 git pull -v
1513 cd ..
14else
15 git clone git://gitorious.org/gnumed/gnumed.git
1616fi
17
18
1719
1820
1921# CVS

Comments

Add a new comment:

Login or create an account to post a comment

Add your comment