build when not in git repostory.

This commit is contained in:
gardners 2013-10-20 14:59:00 -07:00
parent d5d5737f1c
commit 6ee774f10b

View File

@ -17,6 +17,11 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
if [ ! -e .git ]; then
echo "UNKNOWN-VERSION"
exit
fi
usage() {
echo "Usage: ${0##*/} [options]"'