fix: noconfirm auto-selects first AUR match
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#include "mylib.h"
|
||||
|
||||
DO_IMPORT int func(void);
|
||||
DO_IMPORT int retval;
|
||||
|
||||
int main(void) {
|
||||
return func() == retval ? 0 : 1;
|
||||
}
|
||||
Reference in New Issue
Block a user