| author | wenzelm | 
| Sun, 10 Oct 2010 20:42:10 +0100 | |
| changeset 39837 | eacb7825025d | 
| parent 36201 | 07d4f74abd12 | 
| permissions | -rwxr-xr-x | 
| 
16994
 
a69d0496a724
determine Poly/ML's idea of current hardware and operating system type;
 
wenzelm 
parents:  
diff
changeset
 | 
1  | 
#!/usr/bin/env bash  | 
| 
 
a69d0496a724
determine Poly/ML's idea of current hardware and operating system type;
 
wenzelm 
parents:  
diff
changeset
 | 
2  | 
|
| 
36201
 
07d4f74abd12
polyml-platform script is superseded by ISABELLE_PLATFORM;
 
wenzelm 
parents: 
29145 
diff
changeset
 | 
3  | 
echo "### Legacy feature: polyml-platform script is superseded by ISABELLE_PLATFORM" >&2  | 
| 
 
07d4f74abd12
polyml-platform script is superseded by ISABELLE_PLATFORM;
 
wenzelm 
parents: 
29145 
diff
changeset
 | 
4  | 
echo "$ISABELLE_PLATFORM"  |