fix: noconfirm auto-selects first AUR match
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#ifndef FOO
|
||||
# error "FOO is not defined"
|
||||
#endif
|
||||
|
||||
#ifndef BAR
|
||||
# error "BAR is not defined"
|
||||
#endif
|
||||
|
||||
int main(void) {
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user