Fix the gmake variable that snags the current version number.

FossilOrigin-Name: d04c5aa8d47cb9a5d12520ae3599dbbbf676800486c31b8d349aad1a7bf476e0
This commit is contained in:
Mahlon E. Smith 2013-01-14 04:29:12 +00:00
parent 7bd3b3f58d
commit 83608df8b9

View file

@ -1,5 +1,5 @@
VERSION := $(shell awk '/VERSION/ { print $$4 }' shelldap | sed -e "s/[';]//g") VERSION := $(shell awk '/VERSION =/ { print $$4 }' shelldap | sed -e "s/[';]//g")
release: release:
@mkdir shelldap-${VERSION} @mkdir shelldap-${VERSION}