changeset 33:0895deb6cceb

bugfix in version recognition of PDcurses
author Volker Grabsch <vog@notjusthosting.com>
date Sat, 30 Jun 2007 12:35:50 +0200
parents ef6ad493f902
children 3434fbdc74b9
files build_mingw_cross_env.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/build_mingw_cross_env.sh	Sat Jun 30 12:28:23 2007 +0200
+++ b/build_mingw_cross_env.sh	Sat Jun 30 12:35:50 2007 +0200
@@ -465,7 +465,7 @@
 --new-versions)
     echo "VERSION_pdcurses=`
         wget -q -O- 'http://sourceforge.net/project/showfiles.php?group_id=30480' |
-        gsed -n 's,.*pdcurs\([0-9]{2}\)\.zip.*,\1,p' |
+        gsed -n 's,.*pdcurs\([0-9][^>]*\)\.zip.*,\1,p' |
         head -1`"
     ;;