From a073c364ee63aeb708c4121c1221c7c427b52648 Mon Sep 17 00:00:00 2001 From: fred Date: Thu, 14 May 1998 19:20:33 +0000 Subject: [PATCH] lilypond-1.0.1 --- buildscripts/mail-address.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 buildscripts/mail-address.sh 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 -- 2.39.5