#!/bin/sh

# This script runs if mathinfo is not compiled for the machine
# on which the installer is running.

# Note we cannot print an error message, because of the way
# mathinfo is used.

hname=`hostname`

echo "$hname unknown"

