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:
parent
de03b43120
commit
d2e0bb4b76
2
Makefile
2
Makefile
@ -142,7 +142,7 @@ release: dist
|
|||||||
fi
|
fi
|
||||||
@head -1 NEWS | grep -q "Version $(VERSION) (released `date -I`)" || \
|
@head -1 NEWS | grep -q "Version $(VERSION) (released `date -I`)" || \
|
||||||
(echo 'error: You need to update date/version in NEWS'; exit 1)
|
(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 "yubico.github.com repo not found!"; \
|
||||||
echo "Make sure that YUBICO_GITHUB_REPO is set"; \
|
echo "Make sure that YUBICO_GITHUB_REPO is set"; \
|
||||||
exit 1; \
|
exit 1; \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user