We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b43f11 + 277644f commit 0cabe85Copy full SHA for 0cabe85
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 1.2.2
2
+* [#9: Fix a bug that causes `uname` command to fail on OSX.](https://github.com/haensl/openssl-certgen/issues/9)
3
+
4
## 1.2.1
5
* [#7: Update description.](https://github.com/haensl/openssl-certgen/issues/7)
6
Makefile
@@ -1,5 +1,5 @@
src_dir := $(shell pwd)
-platform := $(shell uname -o)
+platform := $(shell uname)
bin := openssl-generate-certificates
man := $(bin).1.gz
THIS_FILE := $(lastword $(MAKEFILE_LIST))
0 commit comments