fix: noconfirm auto-selects first AUR match
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#include<stdlib.h>
|
||||
|
||||
int func(void);
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
(void)argc;
|
||||
(void)(argv);
|
||||
return func();
|
||||
}
|
||||
Reference in New Issue
Block a user