#!/bin/sh -e
[ -d compile ] || ( echo 'Wrong working directory.'; exit 1 )
here=`env - PATH=$PATH pwd`
( echo ucspi-ipc-0.67
  echo $here
  if [ -r compile/sysdeps ]
  then
    cat compile/sysdeps
  fi
) | mail web-inst@superscript.com
