summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/Makefile b/src/rc/Makefile
index fbd7236..378f8e9 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}