# HG changeset patch # User gagern # Date 1114029449 -7200 # Node ID ae6943098223a80393d0e4b2156544d516008f8d # Parent 3a214de33d53b78680a4bad1a4f32a7957933a6a Fix automatic determination of poly version. diff -r 3a214de33d53 -r ae6943098223 etc/settings --- a/etc/settings Wed Apr 20 19:00:30 2005 +0200 +++ b/etc/settings Wed Apr 20 22:37:29 2005 +0200 @@ -34,7 +34,7 @@ # Poly/ML 4.0, 4.1, 4.1.x # include version number, needed for choosing right options # If automatic setting doesn't work, use e.g. ML_VERSION=4.1.3 - ML_VERSION=$(echo "OS.Process.exit OS.Process.success;" | /usr/bin/poly --version | sed -n 's,Poly/ML[ ]*\([^ ]*\)[ ]*Release,\1,p') + ML_VERSION=$(echo "OS.Process.exit OS.Process.success;" | /usr/bin/poly --version | sed -n 's,.*Poly/ML[ ]*\([^ ]*\)[ ]*Release,\1,p') ML_SYSTEM=polyml-${ML_VERSION} # processor/OS type ML_PLATFORM=x86-linux