mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-22 13:55:07 +00:00
cd to the directory even if it already existed :-P
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@90 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
parent
c67f278211
commit
b1c4045781
@ -4,8 +4,8 @@ set -e
|
|||||||
|
|
||||||
if [ ! -d $1 ] ; then
|
if [ ! -d $1 ] ; then
|
||||||
mkdir $1
|
mkdir $1
|
||||||
cd $1
|
|
||||||
fi
|
fi
|
||||||
|
cd $1
|
||||||
|
|
||||||
wget \
|
wget \
|
||||||
--mirror \
|
--mirror \
|
||||||
|
Loading…
Reference in New Issue
Block a user