Skip to content
Snippets Groups Projects
Commit 9b64eff4 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

append user script definition in any case

parent e0bb79db
No related branches found
No related tags found
No related merge requests found
Pipeline #17958 passed
......@@ -217,8 +217,9 @@ static void compute_wrapper_scripts_user(resolve_service_t *res, resolve_service
fakelen = FAKELEN ;
} else
auto_strings(run + fakelen, res->sa.s + scripts->run_user, "\n") ;
}
auto_strings(run + fakelen, res->sa.s + scripts->run_user, "\n") ;
if (runorfinish)
res->execute.run.run_user = resolve_add_string(wres, run) ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment