From: fred Date: Thu, 14 May 1998 19:20:33 +0000 (+0000) Subject: lilypond-1.0.1 X-Git-Tag: release/1.5.59~5947 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a073c364ee63aeb708c4121c1221c7c427b52648;p=lilypond.git lilypond-1.0.1 --- diff --git a/buildscripts/mail-address.sh b/buildscripts/mail-address.sh new file mode 100644 index 0000000000..37e1141751 --- /dev/null +++ b/buildscripts/mail-address.sh @@ -0,0 +1,8 @@ +#!/bin/sh +# mail-address +if [ "$MAILADDRESS" != "" ]; then + echo $MAILADDRESS +else + echo "mail-address:6: warning: \$MAILADDRESS undefined" > /dev/stderr + echo $USER@`hostname` +fi