diff options
| author | Roy Marples <roy@marples.name> | 2009-05-01 00:15:20 +0100 | 
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2009-05-01 00:15:20 +0100 | 
| commit | caf29a6480e56399d1fa18c5d7bfe32f47f1c1f4 (patch) | |
| tree | bfd85f4ecf89e28b343e68d0a6d496c65a6618f6 /src/rc/Makefile | |
| parent | f689187966ff4339e1868094c0636b969b4eff26 (diff) | |
| download | openrc-caf29a6480e56399d1fa18c5d7bfe32f47f1c1f4.tar.xz | |
Fix git versioning
Diffstat (limited to 'src/rc/Makefile')
| -rw-r--r-- | src/rc/Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/rc/Makefile b/src/rc/Makefile index fbd72365..378f8e98 100644 --- a/src/rc/Makefile +++ b/src/rc/Makefile @@ -46,7 +46,7 @@ include ${MK}/${MKPAM}.mk  _GITVER_SH=	if git rev-parse --short HEAD >/dev/null 2>&1; then \  			printf "."; \  			git rev-parse --short HEAD; \ -		else; \ +		else \  			echo ""; \  		fi  _GITVER!=	${_GITVER_SH} | 
