Skip to content

Commit

Permalink
Fix builder again.
Browse files Browse the repository at this point in the history
git-svn-id: http://address-sanitizer.googlecode.com/svn/trunk@2305 3c3640eb-14a6-2bb8-0b94-e9e73afe33f5
  • Loading branch information
[email protected] committed Feb 5, 2015
1 parent 0478a98 commit da829ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions glibc_buildbot/scripts/slave/glibc-x86_64-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ src_dir="${root_dir}/glibc"
build_dir="${root_dir}/build"

if [ -d ${src_dir} ]; then
git clone git://sourceware.org/git/glibc.git ${src_dir}
else
cd ${src_dir}
git pull
cd ${root}
else
git clone git://sourceware.org/git/glibc.git ${src_dir}
fi


Expand Down

0 comments on commit da829ee

Please sign in to comment.