fix: noconfirm auto-selects first AUR match
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
define(`countdown', `$1 ifelse(eval($1 > 0), 1, `countdown(decr($1))', `Liftoff')')
|
||||
debugmode(`aeqc')
|
||||
traceon(`countdown')
|
||||
countdown(2)
|
||||
Reference in New Issue
Block a user