Skip to content
Snippets Groups Projects
Commit 8db86672 authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

converted to grabbing from git instead of svn

Former-commit-id: 92acbea4424c3cbc233ac831213362675fd759f3
parent 6bb732cb
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,8 @@ setup()
{
if [ ! -d spec2006 ]; then
svn co ^/spec2006/trunk spec2006
#svn co ^/spec2006/trunk spec2006
git clone --depth 1 http://git.zephyr-software.com/allzp/spec2006.git spec2006
fi
if [[ ! -f /usr/bin/gfortran ]]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment