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

fix check with -f options at writting time

parent dbefc0db
No related branches found
No related tags found
No related merge requests found
......@@ -261,7 +261,7 @@ int ssexec_start(int argc, char const *const *argv,char const *const *envp,ssexe
if ((scandir_ok(info->scandir.s)) !=1 ) strerr_dief3sys(111,"scandir: ", info->scandir.s," is not running") ;
if (!ss_resolve_pointo(&sares,info,SS_NOTYPE,SS_RESOLVE_LIVE)) strerr_diefu1sys(111,"set revolve pointer to source") ;
if (!ss_resolve_pointo(&sares,info,SS_NOTYPE,SS_RESOLVE_LIVE)) strerr_diefu1sys(111,"set revolve pointer to live") ;
for (;*argv;argv++)
{
......
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