]> err.no Git - yubikey-personalization/commitdiff
Typo.
authorSimon Josefsson <simon@josefsson.org>
Tue, 5 Nov 2013 14:20:40 +0000 (15:20 +0100)
committerSimon Josefsson <simon@josefsson.org>
Tue, 5 Nov 2013 14:20:40 +0000 (15:20 +0100)
ykpers4mac.mk
ykpers4win.mk

index 9b83293e6755540ceb2e650bd0c2144df7e75359..29006616bd9fcc5d6e32f6d81ec489fd630d0405 100644 (file)
@@ -37,7 +37,7 @@ all: usage ykpers4mac
 
 .PHONY: usage
 usage:
-       @if test test -z "$(VERSION)" || test -z "$(PGPKEYID)"; then \
+       @if test -z "$(VERSION)" || test -z "$(PGPKEYID)"; then \
                echo "Try this instead:"; \
                echo "  make PGPKEYID=[PGPKEYID] VERSION=[VERSION]"; \
                echo "For example:"; \
index 0f7396f9b5ecc7740da9f13247fbc0f2fc9a910d..e4d1fc224678513e9f599b4474d9a80e0d372e22 100644 (file)
@@ -35,7 +35,7 @@ all: usage ykpers4win32 ykpers4win64
 
 .PHONY: usage
 usage:
-       @if test test -z "$(VERSION)" || test -z "$(PGPKEYID)"; then \
+       @if test -z "$(VERSION)" || test -z "$(PGPKEYID)"; then \
                echo "Try this instead:"; \
                echo "  make PGPKEYID=[PGPKEYID] VERSION=[VERSION]"; \
                echo "For example:"; \