From b1c404578117fb79fd605a01fba6fcf226bc1ce5 Mon Sep 17 00:00:00 2001 From: mem Date: Mon, 7 Jul 2003 11:29:51 +0000 Subject: [PATCH] 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 --- auto/bin/update_registry.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto/bin/update_registry.sh b/auto/bin/update_registry.sh index 550ebd2..68966b4 100755 --- a/auto/bin/update_registry.sh +++ b/auto/bin/update_registry.sh @@ -4,8 +4,8 @@ set -e if [ ! -d $1 ] ; then mkdir $1 - cd $1 fi +cd $1 wget \ --mirror \