Reenable code commented out for debugging

This commit is contained in:
Beman Dawes 2014-01-14 16:30:31 -05:00
parent e1f184aca8
commit 81e78059fb

View file

@ -17,7 +17,7 @@ update_tools()
{
cwd=`pwd`
cd boost
# git pull
git pull
cd "${cwd}"
}