]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.0.1
authorfred <fred>
Thu, 14 May 1998 19:20:33 +0000 (19:20 +0000)
committerfred <fred>
Thu, 14 May 1998 19:20:33 +0000 (19:20 +0000)
buildscripts/mail-address.sh [new file with mode: 0644]

diff --git a/buildscripts/mail-address.sh b/buildscripts/mail-address.sh
new file mode 100644 (file)
index 0000000..37e1141
--- /dev/null
@@ -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