]> git.donarmstrong.com Git - lilypond.git/blob - buildscripts/mail-address.sh
patch::: 1.1.0.jcn1: tegen nul
[lilypond.git] / buildscripts / mail-address.sh
1 #!/bin/sh
2 # mail-address
3 if [ "$MAILADDRESS" != "" ]; then
4         echo $MAILADDRESS
5 else
6         echo "mail-address:6: warning: \$MAILADDRESS undefined" > /dev/stderr
7         echo $USER@`hostname`
8 fi