master/devel split in csources is gone

This commit is contained in:
nigredo-tori 2016-12-28 10:18:41 +07:00
parent a05e787132
commit 554ce29e33
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ install:
if [ ! -x nim-$BRANCH/bin/nim ]; then
git clone -b $BRANCH --depth 1 git://github.com/nim-lang/nim nim-$BRANCH/
cd nim-$BRANCH
git clone -b $BRANCH --depth 1 git://github.com/nim-lang/csources csources/
git clone --depth 1 git://github.com/nim-lang/csources csources/
cd csources
sh build.sh
cd ..