]> git.pond.sub.org Git - empserver/blob - src/scripts/nightly/common.sh
Remove CVS keywords Source and Id. No functional change.
[empserver] / src / scripts / nightly / common.sh
1 #
2 # Common functions
3 #
4 # Blame it on marcolz
5 #
6 err() {
7         echo "ERROR: $@" >&2
8         exit 1
9 }
10
11 warn() {
12         echo "WARNING: $@" >&2
13 }