mirror of
https://codeberg.org/kiss-community/kiss
synced 2024-12-25 00:20:05 -07:00
kiss: clean up
This commit is contained in:
parent
7544da13e1
commit
0260a91f78
4
kiss
4
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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user