summaryrefslogtreecommitdiff
path: root/BitKeeper/triggers/pre-commit
blob: 2293dc55e2ae83cf530cb556b8f3e224ed20fcfd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

if [ "$REAL_EMAIL" = "" ]
then
 echo "Error: you must set REAL_EMAIL in your profile"
 echo "e.g.: export REAL_EMAIL='Joe Dow <joe@foo.bar>'"
 echo ""
 echo "Commit FAILED!"
 echo "Set REAL_EMAIL and retry."
 exit 1
fi