mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
ensure menuselect fails if the deps file isn't found
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@35006 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -694,7 +694,8 @@ int main(int argc, char *argv[])
|
|||||||
exit(res);
|
exit(res);
|
||||||
|
|
||||||
/* Process module dependencies */
|
/* Process module dependencies */
|
||||||
res = process_deps();
|
if ((res = process_deps()))
|
||||||
|
exit(res);
|
||||||
|
|
||||||
/* The --check-deps option is used to ask this application to check to
|
/* The --check-deps option is used to ask this application to check to
|
||||||
* see if that an existing menuselect.makeopts file contails all of the
|
* see if that an existing menuselect.makeopts file contails all of the
|
||||||
|
Reference in New Issue
Block a user