bug fix; missing '> tmp'

git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@186 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
ikits 2004-01-05 22:25:14 +00:00
parent 9a0d6725fa
commit 5797a89892
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ EOT
# remove triplicates in GL_ARB_fragment_program, GL_ARB_fragment_shader,
# and GL_ARB_vertex_shader
grep -v -F -f $1/GL_ARB_fragment_program $1/GL_ARB_fragment_shader
grep -v -F -f $1/GL_ARB_fragment_program $1/GL_ARB_fragment_shader > tmp
mv tmp $1/GL_ARB_fragment_shader
grep -v -F -f $1/GL_ARB_fragment_program $1/GL_ARB_vertex_shader > tmp
mv tmp $1/GL_ARB_vertex_shader