From: Simon Josefsson Date: Mon, 16 Sep 2013 09:40:04 +0000 (+0200) Subject: Fix release rules. X-Git-Tag: v1.14.1^0 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0a038d96a3a9a0073f22a5e7fd81a26dcc343a3;p=yubikey-personalization Fix release rules. --- diff --git a/Makefile.am b/Makefile.am index 90065c7..52eeb66 100644 --- a/Makefile.am +++ b/Makefile.am @@ -127,7 +127,7 @@ release: fi @head -3 $(srcdir)/NEWS | grep -q "Version $(VERSION) .released `date -I`" || \ (echo 'error: You need to update date/version in $(srcdir)/NEWS, see doc/MakeRelease.wiki.'; 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; \