build: stop using dashed git commands

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-09-01 15:13:19 +02:00
parent fb33e85f31
commit 2c0febaedc
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ die()
}
STAMP=`cat "$1" 2> /dev/null`
CURRENT=`git-describe 2>/dev/null`
CURRENT=`git describe 2>/dev/null`
if [ -z "$STAMP" -o -z "$CURRENT" ]
then