repo.or.cz
/
lilypond.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
lilypond-1.3.25
[lilypond.git]
/
bin
/
mail-address.sh
blob
37e1141751ff2af4c485637f33a54ff6025c9dfc
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