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:
mem 2003-07-07 11:29:51 +00:00
parent c67f278211
commit b1c4045781
1 changed files with 1 additions and 1 deletions

View File

@ -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 \