diff options
-rw-r--r-- | src/deliverable.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/deliverable.c b/src/deliverable.c index bf6d479..039658b 100644 --- a/src/deliverable.c +++ b/src/deliverable.c @@ -359,6 +359,10 @@ static int populate_mission_ini(struct Delivery **ctx) { union INIVal val; struct INIFILE *ini; + if ((*ctx)->_omc_ini_fp.mission) { + return 0; + } + // Now populate the rules char missionfile[PATH_MAX] = {0}; if (getenv("OMC_SYSCONFDIR")) { |