mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
autoconf should exit with 0 when writing no
This commit is contained in:
parent
e2faabaff6
commit
05a642549d
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ int autoconf_check_readable(const char *path) {
|
|||
return writeyes();
|
||||
else {
|
||||
printf("no (%s is not readable, errno=%d)\n", path, errno);
|
||||
return 1;
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue