From de35ee02155d706aed45c80593ca9b3d28ff1998 Mon Sep 17 00:00:00 2001 From: Nigel Stewart Date: Wed, 24 Oct 2012 18:36:37 -0500 Subject: [PATCH] Fixup for filter_gl_ext.sh --- auto/bin/filter_gl_ext.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/auto/bin/filter_gl_ext.sh b/auto/bin/filter_gl_ext.sh index 7e4504d..34a3214 100755 --- a/auto/bin/filter_gl_ext.sh +++ b/auto/bin/filter_gl_ext.sh @@ -13,9 +13,6 @@ set -e -if [ ! -d $1 ] ; then - mkdir -p $1 - # fix GL_NV_texture_compression_vtc grep -v EXT $1/GL_NV_texture_compression_vtc > tmp mv tmp $1/GL_NV_texture_compression_vtc @@ -439,5 +436,3 @@ EOT # clean up rm -f $1/*.bak - -fi