more generic reference to polyml component;
authorwenzelm
Mon, 28 Jan 2013 17:37:09 +0100
changeset 5203648cecc50c221
parent 52035 8c534a166f2d
child 52037 2f50ddd3b586
more generic reference to polyml component;
Admin/Windows/Cygwin/isabelle/rebaseall
     1.1 --- a/Admin/Windows/Cygwin/isabelle/rebaseall	Mon Jan 28 15:45:54 2013 +0100
     1.2 +++ b/Admin/Windows/Cygwin/isabelle/rebaseall	Mon Jan 28 17:37:09 2013 +0100
     1.3 @@ -6,7 +6,7 @@
     1.4  
     1.5  CONTRIB="$(cygpath -u "$(cygpath -w /)\..")"
     1.6  
     1.7 -for DIR in "$CONTRIB/polyml-5.5.0"
     1.8 +for DIR in "$CONTRIB/polyml"*
     1.9  do
    1.10    find "$DIR" -name "*.dll" >> "$FILE_LIST"
    1.11  done