fix: noconfirm auto-selects first AUR match
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#include<stdio.h>
|
||||
|
||||
int func(void); /* Files in different subdirs return different values. */
|
||||
|
||||
int main(void) {
|
||||
if(func() == 0) {
|
||||
printf("Iz success.\n");
|
||||
} else {
|
||||
printf("Iz fail.\n");
|
||||
return 1;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user