lilypond-1.3.29
[lilypond.git] / bin / mail-address.sh
blob37e1141751ff2af4c485637f33a54ff6025c9dfc
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