kiss: clean up

This commit is contained in:
Dylan Araps 2019-08-20 10:29:41 +00:00
parent 7544da13e1
commit 0260a91f78
1 changed files with 2 additions and 2 deletions

4
kiss
View File

@ -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
}