# HG changeset patch # User Volker Grabsch # Date 1183199750 -7200 # Node ID 0895deb6cceb468bf3f80c9a7dabb7aaa6391529 # Parent ef6ad493f902168a179a7b5151bcbede35f14579 bugfix in version recognition of PDcurses diff -r ef6ad493f902 -r 0895deb6cceb build_mingw_cross_env.sh --- 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`" ;;