aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xkiss4
1 files changed, 2 insertions, 2 deletions
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
}