From 9b28f74df0d3f9429de50344cb0b654a87ca0f39 Mon Sep 17 00:00:00 2001 From: "dylan.araps@gmail.com" Date: Tue, 20 Aug 2019 10:29:40 +0000 Subject: kiss: clean up FossilOrigin-Name: a2d21df579d2ca4bc13b3375a349eaac6855a367abb21d1014d2a5bfa02289d7 --- kiss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kiss') diff --git a/kiss b/kiss index c24d3bc..7198e1e 100755 --- a/kiss +++ b/kiss @@ -449,7 +449,7 @@ pkg_build() { # POSIX 'read' has none of the "nice" options like '-n', '-p' # etc etc. This is the most basic usage of 'read'. - read -r REPLY || exit + read -r || exit } log "Checking to see if any dependencies have already been built" @@ -575,7 +575,7 @@ pkg_build() { # POSIX 'read' has none of the "nice" options like '-n', '-p' # etc etc. This is the most basic usage of 'read'. - read -r REPLY && { + read -r && { args i "$@" return } -- cgit v1.2.3