mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-04-16 23:06:08 -05:00
*** empty log message ***
This commit is contained in:
parent
6de894e74b
commit
d4262ef47f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user