fix: noconfirm auto-selects first AUR match
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#include<lib.h>
|
||||
#include<stdio.h>
|
||||
int main(void)
|
||||
{
|
||||
char *t = meson_print();
|
||||
printf("%s", t);
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user