1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2025-03-04 12:29:19 +01:00

Fix check for YUBICO_GITHUB_REPO.

This commit is contained in:
Simon Josefsson 2013-04-19 15:42:33 +02:00
parent de03b43120
commit d2e0bb4b76

View File

@ -142,7 +142,7 @@ release: dist
fi
@head -1 NEWS | grep -q "Version $(VERSION) (released `date -I`)" || \
(echo 'error: You need to update date/version in NEWS'; exit 1)
@if test ! -d $(YUBICO_GITHUB_REPO); then \
@if test ! -d "$(YUBICO_GITHUB_REPO)"; then \
echo "yubico.github.com repo not found!"; \
echo "Make sure that YUBICO_GITHUB_REPO is set"; \
exit 1; \