*** empty log message ***

This commit is contained in:
Dave Murphy 2005-08-28 20:11:57 +00:00
parent 6de894e74b
commit d4262ef47f

View File

@ -100,16 +100,19 @@ do
if [ "$DOWNLOAD" -ne 1 -a "$DOWNLOAD" -ne 2 ]
then
DOWNLOAD=0
else
if test "`wget -V`" ; then
WGET=wget
else
echo "ERROR: Please make sure you have 'wget' installed."
exit
fi
fi
done
if [ "$DOWNLOAD" -eq 2]
then
if test "`wget -V`" ; then
WGET=wget
else
echo "ERROR: Please make sure you have 'wget' installed."
exit
fi
fi
#---------------------------------------------------------------------------------
# Get preferred installation directory and set paths to the sources