From b8a198335417b047425eef768a45b87e93b2536c Mon Sep 17 00:00:00 2001 From: Darko Macesic Date: Wed, 25 May 2022 14:40:47 +0200 Subject: [PATCH 1/2] Update one_liner.sh Give access to /dev/tty explicitly on read prompt --- scripts/one_liner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/one_liner.sh b/scripts/one_liner.sh index 57b1ffecc..d06a97096 100755 --- a/scripts/one_liner.sh +++ b/scripts/one_liner.sh @@ -296,7 +296,7 @@ main() { rm -rf $dest/* cp -r $td/* $dest else - read -p "ZoKrates is already installed, overwrite (y/n)? " answer + read -p "ZoKrates is already installed, overwrite (y/n)? " answer < /dev/tty case ${answer} in y|Y ) rm -rf $dest/* From 53a5be6917eafaa6cca766a7ecc18792b1f2a674 Mon Sep 17 00:00:00 2001 From: schaeff Date: Tue, 31 May 2022 15:32:53 +0200 Subject: [PATCH 2/2] update changelog date --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 793ec83b8..900e3e9a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. ## [Unreleased] https://github.com/Zokrates/ZoKrates/compare/latest...develop -## [0.7.14] - 2022-05-30 +## [0.7.14] - 2022-05-31 ### Release - https://github.com/Zokrates/ZoKrates/releases/tag/0.7.14