fix: noconfirm auto-selects first AUR match
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
divert(`-1')
|
||||
# forloop(var, from, to, stmt) - simple version
|
||||
define(`forloop', `pushdef(`$1', `$2')_forloop($@)popdef(`$1')')
|
||||
define(`_forloop',
|
||||
`$4`'ifelse($1, `$3', `', `define(`$1', incr($1))$0($@)')')
|
||||
divert`'dnl
|
||||
Reference in New Issue
Block a user