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

Do not read any resolve file at snapshot command invocation

parent 8383c776
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,8 @@ static void set_info(ssexec_t *info)
int r ;
set_treeinfo(info) ;
if (!info->skip_opt_tree)
set_treeinfo(info) ;
r = set_livedir(&info->live) ;
if (!r)
......@@ -354,6 +355,8 @@ int main(int argc, char const *const *argv)
} else if (!strcmp(argv[0], "snapshot")) {
sanitize++ ;
info.skip_opt_tree = 1 ;
PROG = "snapshot" ;
nargv[n++] = PROG ;
func = &ssexec_snapshot_wrapper ;
......
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