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