fix: noconfirm auto-selects first AUR match
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#include"bob.h"
|
||||
|
||||
int hiddenFunction(void) {
|
||||
return 42;
|
||||
}
|
||||
|
||||
int bobMcBob(void) {
|
||||
return hiddenFunction();
|
||||
}
|
||||
Reference in New Issue
Block a user