Fix the gmake variable that snags the current version number.
FossilOrigin-Name: d04c5aa8d47cb9a5d12520ae3599dbbbf676800486c31b8d349aad1a7bf476e0
This commit is contained in:
parent
7bd3b3f58d
commit
83608df8b9
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue