OSDN Git Service

modified: env/install-eos.sh
authorTakuo Yasunaga <yasunaga@bio.kyutech.ac.jp>
Mon, 16 Nov 2015 23:25:16 +0000 (08:25 +0900)
committerTakuo Yasunaga <yasunaga@bio.kyutech.ac.jp>
Mon, 16 Nov 2015 23:25:16 +0000 (08:25 +0900)
env/install-eos.sh

index c990b01..f7396b9 100755 (executable)
@@ -204,17 +204,10 @@ if [ -d $EOS_HOME0/hostdepend ] ; then
                        git clone --depth 1 ${HOSTDEPEND_EOS_OSDN_SSH} ${EOS_HOSTDIR} || \
                        git clone --depth 1 ${HOSTDEPEND_EOS_OSDN_HTTPS} ${EOS_HOSTDIR} || \
                        echo "A port for SSH or HTTPS is not open, or something wrong."
-<<<<<<< HEAD
-                       cd ${EOS_HOSTDIR}; \
-                       git clone --unshallow ${HOSTDEPEND_EOS_OSDN_SSH} || \
-                       git clone --unshallow 1 ${HOSTDEPEND_EOS_OSDN_HTTPS} || \
-                       echo "cannot --unshallow something wrong."
-=======
                        cd ${EOS_HOSTDIR}; \
                        git clone --unshallow ${HOSTDEPEND_EOS_OSDN_SSH} || \
                        git clone --unshallow 1 ${HOSTDEPEND_EOS_OSDN_HTTPS} || \
                        echo "cannot --unshallow something wrong."
->>>>>>> ac9eb4b0ad6afc35d32bb8fd2c0c6c1d02e63778
                        INSTALL_FLAG=INSTALL
                fi
                if [ -z $INSTALL_FLAG ] ; then