<div dir="ltr">Hello all,<div><br></div><div>I think I've found a small error in the latest install-tl script (rev 44872 of 2017-07-23).</div><div>I noticed that the installer returned an error code 1 after a seemingly successful install. After some debugging, I found in the do_path_adjustments sub-routine of install-tl that the logic has been slightly changed for the code that adds symlinks.</div><div><br></div><div>This is the problematic code:</div><div><div>    if (!TeXLive::TLUtils::add_symlinks($vars{'TEXDIR'}, $vars{'this_platform'},</div><div>         $vars{'tlpdbopt_sys_bin'}, $vars{'tlpdbopt_sys_man'},</div><div>         $vars{'tlpdbopt_sys_info'})) {</div><div>      $ret = 1;</div><div>    }</div></div><div><br></div><div>From what I can tell, the problem is that add_remove_symlinks in TLUtils.pm returns $F_OK (which has the value 0) if it completes successfully, so the error test in the if statement above seems to be inverted.</div><div><br></div><div>--</div><div>Erlend Graff</div></div>