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

oops

parent e342087c
No related branches found
No related tags found
No related merge requests found
......@@ -279,7 +279,7 @@ int env_make_symlink(stralloc *dst,stralloc *old_dst,sv_alltype *sv,uint8_t conf
if (!auto_stra(dst,SS_SYM_VERSION))
log_warnsys_return(LOG_EXIT_ZERO,"stralloc") ;
}
printf("dori:2:%s\n",dori) ;
saversion.len = 0 ;
if (!auto_stra(&saversion,dori,"/",version,"/",name))
log_warn_return(LOG_EXIT_ZERO,"stralloc") ;
......@@ -290,7 +290,7 @@ printf("dori:2:%s\n",dori) ;
/** New version doesn't exist yet, we create it even
* if the symlink is not updated */
saversion.len = 0 ;
printf("dori::%s\n",dori) ;
if (!auto_stra(&saversion,dori,"/",version))
log_warn_return(LOG_EXIT_ZERO,"stralloc") ;
if (!dir_create_parent(saversion.s,0755))
......
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