fix: noconfirm auto-selects first AUR match
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
int shlibfunc2(void);
|
||||
int statlibfunc(void);
|
||||
|
||||
int main(void) {
|
||||
if (statlibfunc() != 42)
|
||||
return 1;
|
||||
if (shlibfunc2() != 24)
|
||||
return 1;
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user