Accepted patch that prevents extra downloads of setup.bz2

git-svn-id: https://apt-cyg.googlecode.com/svn/trunk@11 f2a461e8-04e4-11de-bcc6-d9108be23e13
This commit is contained in:
sjungels 2009-06-14 16:27:41 +00:00
parent e81c40cac2
commit cbff7c94a1
1 changed files with 15 additions and 12 deletions

View File

@ -89,6 +89,8 @@ function findworkspace()
function getsetup()
{
if test "$noscripts" == "0"
then
touch setup.ini
mv setup.ini setup.ini-save
wget $mirror/setup.bz2
@ -107,6 +109,7 @@ function getsetup()
echo Error updating setup.ini, reverting
fi
fi
fi
}