#!/bin/sh -e
test -d compile || ( echo 'Wrong working directory.'; exit 1 )
here=`env - PATH=$PATH pwd`
( echo ucspi-tcp6-`head -n 1 package/version`
  echo $here
  if test -r compile/sysdeps
  then
    cat compile/sysdeps
  fi
) | mail feh@fehcom.de
